mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Change CSS for applications so SVG scales nicely in Firefox. (#3200)
This commit is contained in:
parent
9973385381
commit
ab4291e8d2
|
@ -36,7 +36,7 @@ body {
|
|||
&.active {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
|
||||
&:hover, &.active {
|
||||
background-color: var(--bs-gray-300);
|
||||
}
|
||||
|
@ -138,10 +138,15 @@ body {
|
|||
transition: none !important;
|
||||
}
|
||||
|
||||
.card > a {
|
||||
height: 150px;
|
||||
}
|
||||
|
||||
.oauth2-img {
|
||||
max-width: 150px;
|
||||
max-height: 150px;
|
||||
min-height: 150px;
|
||||
max-width: 100%;
|
||||
max-height: 90%;
|
||||
padding: 10px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.btn-tiny {
|
||||
|
|
Loading…
Reference in a new issue