mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Adjust border-radius-large to 10px
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
5581e0e9eb
commit
79317975e6
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ $color-border: nc-darken($color-main-background, 7%) !default;
|
|||
// darker border like inputs or very visible elements
|
||||
$color-border-dark: nc-darken($color-main-background, 14%) !default;
|
||||
$border-radius: 3px !default;
|
||||
$border-radius-large: 20px;
|
||||
$border-radius-large: 10px;
|
||||
|
||||
$font-face: 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif !default;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue