forms.less: Add also button style on minimal layout & add mirgin-right to the btn-remove

This commit is contained in:
Yonas Habteab 2022-06-09 19:18:52 +02:00
parent 4fa5d5d717
commit aa33940ded

View File

@ -100,7 +100,8 @@ form.inline {
#layout.minimal-layout .icinga-form {
.form-controls {
input[type="submit"] {
input[type="submit"],
button {
width: 100%;
&:not(:last-child) {
@ -108,6 +109,10 @@ form.inline {
}
}
}
.btn-remove {
margin-right: 1em;
}
}
// Label styles