RIC dynamic config screen for each xApp
[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 }