fix main fonts
This commit is contained in:
parent
15a6092a12
commit
e255fe500d
2 changed files with 16 additions and 6 deletions
|
|
@ -22,6 +22,7 @@
|
|||
.webbpm.ervu_dashboard .block-panel button-component .btn {
|
||||
display: flex;
|
||||
align-items: end;
|
||||
font-size: var(--size-text-primary);
|
||||
color: var(--color-text-primary);
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
|
|
@ -57,9 +58,16 @@
|
|||
box-shadow: var(--shadow);
|
||||
}
|
||||
|
||||
.webbpm.ervu_dashboard :is(.title, .subtitle) {
|
||||
font-size: var(--size-text-title);
|
||||
.webbpm.ervu_dashboard .section-header {
|
||||
font-family: 'GolosM';
|
||||
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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,10 +13,11 @@
|
|||
--block-active-bg: linear-gradient(155deg, #1497cf 0%, #064f99 100%);
|
||||
--block-shadow: 0 3px 2px -2px rgba(0, 75, 118, 0.15);
|
||||
|
||||
--size-text-title: min(1.6vw, 2rem); /*32px*/
|
||||
--size-text-subtitle: min(1.2vw, 1.5rem); /*24px*/
|
||||
--size-text-header: 28px;
|
||||
--size-text-title: 20px;
|
||||
--size-text-subtitle: 16px;
|
||||
--size-text-addprimary: min(1vw, 1.25rem); /*20px*/
|
||||
--size-text-primary: min(0.9vw, 1.125rem); /*18px*/
|
||||
--size-text-primary: 14px;
|
||||
--size-text-secondary: min(0.7vw, 0.875rem); /*14px*/
|
||||
|
||||
--size-num-title: min(3vw, 3.75rem); /*60px*/
|
||||
|
|
@ -55,7 +56,7 @@
|
|||
font-family: 'Golos';
|
||||
font-size: var(--size-text-primary);
|
||||
height: 100%;
|
||||
padding: 0 var(--indent-xbase) var(--indent-mini) var(--indent-xbase);
|
||||
padding: var(--indent-base) var(--indent-xbase) var(--indent-xbase);
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
|
@ -67,6 +68,7 @@
|
|||
}
|
||||
.webbpm.ervu_dashboard .header-logo .logo-title {
|
||||
font-family: 'GolosM';
|
||||
font-size: var(--size-text-header);
|
||||
}
|
||||
|
||||
.webbpm.ervu_dashboard .header {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue