Initial commit of RIC Dashboard webapp
[portal/ric-dashboard.git] / webapp-frontend / src / app / stats / stats.component.scss
1 .stats__section {
2     position: relative;
3     top: -10px;
4 }
5
6 .stats__header {
7     text-align: center;
8     color: #432c85;
9     font-size: 40px;
10     font-weight: 200;
11     letter-spacing: .1em;
12     transform: translate(149 56);
13 }
14
15 .bar-chart-card {
16     height: 100%;
17     width: 100%;
18     max-width: 400px;
19     margin-left: 1%
20 }
21
22 .mat-slider {
23   width: 300px;
24 }
25
26 .mat-grid-tile {
27   background: transparent;
28 }