mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Apply consistent border-radius values to .btn + .card classes
This commit is contained in:
parent
ff7f1f01b4
commit
3717249f6a
1 changed files with 4 additions and 4 deletions
|
@ -123,8 +123,8 @@ a:focus, a:hover {
|
|||
border-color: #404040;
|
||||
background-color: #202020;
|
||||
color: #afafaf;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 0.35rem;
|
||||
border-top-left-radius: 0.35rem;
|
||||
font-size: 1.0rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
@ -148,7 +148,7 @@ a:focus, a:hover {
|
|||
|
||||
.card, .card-body {
|
||||
border-color: #343434;
|
||||
border-radius: 3px;
|
||||
border-radius: 0.35rem;
|
||||
background-color: #141414;
|
||||
}
|
||||
|
||||
|
@ -261,7 +261,7 @@ span.label.label-warning {
|
|||
[class*="btn"], [class*="btn"]:focus, [class*="btn"]:disabled {
|
||||
background-color: #202020;
|
||||
border-color: #404040;
|
||||
border-radius: 3px;
|
||||
border-radius: 0.35rem;
|
||||
color: #d2d2d2;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue