mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Card border-radius fix for bg-dark
This commit is contained in:
parent
177f42e12b
commit
ec11a527d7
@ -291,6 +291,10 @@ button > i.fas {
|
|||||||
border-bottom-right-radius: 0.35rem;
|
border-bottom-right-radius: 0.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bg-dark {
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
@keyframes heart {
|
@keyframes heart {
|
||||||
0%, 40%, 80%, 100% {
|
0%, 40%, 80%, 100% {
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user