mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Card border-radius fix for bg-dark
This commit is contained in:
parent
177f42e12b
commit
ec11a527d7
1 changed files with 10 additions and 6 deletions
|
@ -291,6 +291,10 @@ button > i.fas {
|
|||
border-bottom-right-radius: 0.35rem;
|
||||
}
|
||||
|
||||
.bg-dark {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
@keyframes heart {
|
||||
0%, 40%, 80%, 100% {
|
||||
transform: scale(1);
|
||||
|
|
Loading…
Reference in a new issue