diff options
Diffstat (limited to 'cds-ui/designer-client/src/styles.css')
-rw-r--r-- | cds-ui/designer-client/src/styles.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/cds-ui/designer-client/src/styles.css b/cds-ui/designer-client/src/styles.css index b6fc4eea7..838adeb69 100644 --- a/cds-ui/designer-client/src/styles.css +++ b/cds-ui/designer-client/src/styles.css @@ -6,7 +6,8 @@ body{ /* background-image: linear-gradient(-45deg, #000 10%, #fff 0); background-size: 6px 6px; */ margin: 0; - font-family: 'Nunito' !important; + /* font-family: 'Nunito' !important; */ + font-family: Arial, Helvetica, sans-serif !important; color: #1B3E6F !important; } *:focus{ @@ -1391,6 +1392,11 @@ height: 40px; margin-left: 0; margin-bottom: -16px; } + +/*JOINT JS*/ +/* .joint-paper.joint-theme-default{ */ + /* background-color: transparent !important; */ +/* } */ /* Extra small devices (portrait phones, less than 576px) */ @media (max-width: 575.98px) { .page-title{ |