mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-17 04:58:16 -06:00
Increase border radius for small buttons
This commit is contained in:
parent
0bc854e278
commit
e966bd38c5
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -9,6 +9,10 @@ pre {
|
|||||||
// Tabler sets display: flex
|
// Tabler sets display: flex
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
.btn-sm {
|
||||||
|
// $border-radius-sm (2px) is too small
|
||||||
|
border-radius: $border-radius;
|
||||||
|
}
|
||||||
|
|
||||||
// Tabs
|
// Tabs
|
||||||
.nav-tabs {
|
.nav-tabs {
|
||||||
|
Loading…
Reference in New Issue
Block a user