mirror of
https://github.com/dkmstr/openuds-gui.git
synced 2025-03-11 04:58:21 +03:00
font fixes
This commit is contained in:
parent
72d2806946
commit
c9466e5487
@ -6,10 +6,17 @@
|
||||
/* Cookie consent */
|
||||
@import '~cookieconsent/build/cookieconsent.min.css';
|
||||
|
||||
// variables
|
||||
$font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
|
||||
//$font-family: Verdana, Geneva, Tahoma, sans-serif;
|
||||
$font-size: 14px;
|
||||
|
||||
|
||||
html,
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-family: $font-family;
|
||||
font-size: $font-size;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@ -50,7 +57,13 @@ i.material-icons {
|
||||
}
|
||||
}
|
||||
|
||||
/* Variables */
|
||||
:root {
|
||||
--mdc-dialog-supporting-text-font: 'Roboto', 'Helvetica', 'Arial', sans-serif;
|
||||
.mat-mdc-dialog-container {
|
||||
--mdc-dialog-supporting-text-font: $font-family;
|
||||
--mdc-dialog-subhead-font: $font-family;
|
||||
--mdc-dialog-title-font: $font-family;
|
||||
--mdc-dialog-button-font: $font-family;
|
||||
--mdc-dialog-supporting-text-size: 1rem;
|
||||
--mdc-dialog-subhead-size: 1.25rem;
|
||||
--mdc-dialog-supporting-text-weight: 400;
|
||||
--mdc-dialog-supporting-text-color: rgba(0, 0, 0, 1.0);
|
||||
}
|
||||
|
@ -23,6 +23,6 @@
|
||||
],
|
||||
"module": "es2020",
|
||||
"baseUrl": "./",
|
||||
"useDefineForClassFields": false
|
||||
"useDefineForClassFields": true
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user