1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

#6797: Make default border-radius less rounded

This commit is contained in:
checktheroads
2021-07-24 18:13:08 -07:00
parent 0b80d85c6c
commit 51c1f4b214
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,7 @@ $border-radius-lg: 0.5rem;
$border-radius-xl: 0.75rem;
$border-radius-2xl: 1.5rem;
$border-radius: $border-radius-lg;
$border-radius: $border-radius-md;
$border-radius-sm: $border-radius;
$border-radius-lg: $border-radius-xl;