Merge pull request #15109 from nextcloud/backport/15107/stable16
[stable16] Add animation-slow var
This commit is contained in:
commit
39d0acc5f9
|
@ -41,4 +41,5 @@
|
||||||
--font-face: $font-face;
|
--font-face: $font-face;
|
||||||
|
|
||||||
--animation-quick: $animation-quick;
|
--animation-quick: $animation-quick;
|
||||||
|
--animation-slow: $animation-slow;
|
||||||
}
|
}
|
||||||
|
|
|
@ -82,6 +82,7 @@ $border-radius-pill: 100px !default;
|
||||||
$font-face: 'Nunito', 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif !default;
|
$font-face: 'Nunito', 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif !default;
|
||||||
|
|
||||||
$animation-quick: 100ms;
|
$animation-quick: 100ms;
|
||||||
|
$animation-slow: 300ms;
|
||||||
|
|
||||||
// various structure data
|
// various structure data
|
||||||
$header-height: 50px;
|
$header-height: 50px;
|
||||||
|
|
Loading…
Reference in New Issue