v0.8
This commit is contained in:
parent
fc863a37d7
commit
b6f1d44a1e
1 changed files with 8 additions and 1 deletions
|
|
@ -316,10 +316,17 @@ body.webbpm.ervu_dashboard {
|
|||
--indent-base: max(calc(0.8*var(--w-content)), 1rem); /*16*/
|
||||
--indent-small: max(calc(0.6*var(--w-content)), 0.75rem); /*12px*/
|
||||
--indent-mini: max(calc(0.4*var(--w-content)), 0.5rem); /*8px*/
|
||||
--indent-xmini: max(calc(0.2*var(--w-content)), 0.25rem); /*4px*/
|
||||
--indent-xmini: max(calc(0.2*var(--w-content)), 0.25rem); /*4px*/
|
||||
|
||||
--h-header: max(calc(3.9*var(--w-content)), 4.875rem); /*78*/
|
||||
--w-screen: max(calc(2*var(--w-content)), 2.5rem); /*40*/
|
||||
|
||||
.webbpm.ervu_dashboard .header-logo .logo a {
|
||||
width: max(calc(6.25*var(--w-content)), 5rem);
|
||||
}
|
||||
.webbpm.ervu_dashboard .header-logo .logo-title {
|
||||
margin-left: max(calc(6.25*var(--w-content)), 5rem);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue