mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-12-05 15:29:58 +01:00
css tweaks
This commit is contained in:
18
themes/grav/css-compiled/template.css
vendored
18
themes/grav/css-compiled/template.css
vendored
@@ -7191,6 +7191,24 @@ body .changelog ul li:before {
|
|||||||
.remodal .safe-upgrade-body .safe-upgrade-result h3 {
|
.remodal .safe-upgrade-body .safe-upgrade-result h3 {
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
|
.remodal .safe-upgrade-body .safe-upgrade-conflict-header {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
gap: 1rem;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
.remodal .safe-upgrade-body .safe-upgrade-conflict-header strong {
|
||||||
|
flex: 0 1 auto;
|
||||||
|
}
|
||||||
|
.remodal .safe-upgrade-body .safe-upgrade-conflict-header .safe-upgrade-decision {
|
||||||
|
flex: 0 0 auto;
|
||||||
|
min-width: 220px;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
.remodal .safe-upgrade-body .safe-upgrade-conflict-header .safe-upgrade-decision select {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
@keyframes safe-upgrade-pulse {
|
@keyframes safe-upgrade-pulse {
|
||||||
0% {
|
0% {
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -78,6 +78,28 @@
|
|||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.safe-upgrade-conflict-header {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
gap: 1rem;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
|
||||||
|
strong {
|
||||||
|
flex: 0 1 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.safe-upgrade-decision {
|
||||||
|
flex: 0 0 auto;
|
||||||
|
min-width: 220px;
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
|
select {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user