mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 00:50:29 +00:00
input-group>.btn style tweak
This commit is contained in:
parent
e90f87ac63
commit
774d7e90ef
1 changed files with 5 additions and 0 deletions
|
@ -249,3 +249,8 @@ button > i.fas {
|
||||||
background-size: calc(0.6em + 0.375rem) calc(0.6em + 0.375rem);
|
background-size: calc(0.6em + 0.375rem) calc(0.6em + 0.375rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.input-group>.input-group-append:not(:last-child)>.btn {
|
||||||
|
border-top-right-radius: 0.35rem;
|
||||||
|
border-bottom-right-radius: 0.35rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue