X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fstyles.scss;h=7f1a0b8e58e72194afa1bc668c859e06b0046196;hb=52b5162f9ca85034e0def247f4a4e5c1bda85191;hp=4d97b1a39ba8083775ff31df749258eafcbb77f7;hpb=e2cbc4d0304646febf7e2cbe0dccdf9840189222;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/styles.scss b/webapp-frontend/src/styles.scss index 4d97b1a3..7f1a0b8e 100644 --- a/webapp-frontend/src/styles.scss +++ b/webapp-frontend/src/styles.scss @@ -2,6 +2,7 @@ @import '~bootstrap/dist/css/bootstrap.min.css'; @import '~@angular/material/prebuilt-themes/deeppurple-amber.css'; + /* for sidenav to take a whole page */ html, body { margin: 0; @@ -9,3 +10,9 @@ html, body { font-family: Helvetica, Arial, sans-serif; } +/* notification */ +.confirm-dialog-container span.content-span { + padding: 35px 16px 20px 16px; + text-align: center; + font-size: 20px; +}