Skip to content
Snippets Groups Projects
Unverified Commit cc8cee9e authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by GitHub
Browse files

Merge pull request #15107 from nextcloud/css-var-transition

Add animation-slow var
parents ef726099 a88bd71d
No related branches found
No related tags found
No related merge requests found
......@@ -41,4 +41,5 @@
--font-face: $font-face;
--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;
$animation-quick: 100ms;
$animation-slow: 300ms;
// various structure data
$header-height: 50px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment