summaryrefslogtreecommitdiffstats
path: root/components/datalake-handler/admin/src/app/feeder/feeder.component.css
blob: efaa42c3060ee728179cb9523eaee3701b8b7e6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.dashboard-panel {
  background: #FFFFFF;
  box-shadow: 3px 3px 11px 0 #D2D3D5;
  border-radius: 20px;
  position: relative;
  width: 100%;
  height: 100%;
}

.dashboard-panel .title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 25px;
  color: #5DBEBB;
  letter-spacing: 1.79px;
  text-align: left;
  margin: 20px 0 -10px 20px;
}

.dashboard-panel .number {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 120px;
  color: #313032;
  letter-spacing: 5px;
  text-align: center;
}