mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Feat: Add temporary border-radius variable
Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
This commit is contained in:
parent
bb1cb1c231
commit
cd2d9ee67d
2 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,7 @@
|
|||
--default-font-size: 15px;
|
||||
--animation-quick: 100ms;
|
||||
--animation-slow: 300ms;
|
||||
--border-radius-element: 10px; /** Nextcloud 29+ | temp variable to use old design */
|
||||
--border-radius: 3px;
|
||||
--border-radius-large: 10px;
|
||||
--border-radius-rounded: 28px;
|
||||
|
|
|
|||
|
|
@ -183,6 +183,7 @@ class DefaultTheme implements ITheme {
|
|||
'--border-radius' => '3px',
|
||||
'--border-radius-large' => '10px',
|
||||
'--border-radius-rounded' => '28px',
|
||||
'--border-radius-element' => '10px',
|
||||
// pill-style button, value is large so big buttons also have correct roundness
|
||||
'--border-radius-pill' => '100px',
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue