fc7a29e3538d247a0dc7545b0846fe2708346f18
[portal/ric-dashboard.git] / webapp-frontend / src / styles.scss
1 /* You can add global styles to this file, and also import other style files */
2
3 @import '~bootstrap/dist/css/bootstrap.min.css';
4 @import '~@angular/material/prebuilt-themes/deeppurple-amber.css';
5
6 /* for sidenav to take a whole page */
7 html, body { 
8     margin: 0;
9     height: 100%;
10     font-family: Helvetica, Arial, sans-serif;
11 }
12
13 /* notification */
14 .confirm-dialog-container span.content-span {
15   padding: 35px 16px 20px 16px;
16   text-align: center;
17   font-size: 20px;
18 }
19
20 .rd-global-page-title {
21   margin-left: 0.5%;
22   color: #432c85;
23   font-size: 25px;
24   font-weight: 100;
25 }