//
This commit is contained in:
parent
e255fe500d
commit
545b4c806a
2 changed files with 4 additions and 6 deletions
|
|
@ -63,20 +63,18 @@
|
|||
font-size: var(--size-text-subtitle);
|
||||
}
|
||||
|
||||
|
||||
|
||||
.webbpm.ervu_dashboard :is(.title, .subtitle) {
|
||||
font-family: 'GolosM';
|
||||
font-size: var(--size-text-title);
|
||||
line-height: 1.1;
|
||||
padding: 0;
|
||||
}
|
||||
.webbpm.ervu_dashboard :is(.title, .subtitle) .form-group {
|
||||
margin-bottom: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.webbpm.ervu_dashboard .title {
|
||||
font-size: var(--size-text-title);
|
||||
margin-bottom: var(--indent-medium);
|
||||
margin-top: var(--indent-xlarge);
|
||||
margin-bottom: var(--indent-base);
|
||||
}
|
||||
.webbpm.ervu_dashboard .subtitle {
|
||||
font-size: var(--size-text-subtitle);
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
--size-num-secondary: min(1.2vw, 1.5rem); /*24px*/
|
||||
|
||||
--indent-huge: min(2.4vw, 3rem); /*48*/
|
||||
--indent-xlarge: min(2vw, 2.5rem); /*40*/
|
||||
--indent-xlarge: 40px;
|
||||
--indent-large: min(1.6vw, 2rem); /*32*/
|
||||
--indent-medium: 24px;
|
||||
--indent-xbase: 20px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue