refactoring of crud headers

This commit is contained in:
Simon Vieille 2021-05-04 11:32:57 +02:00
parent daf71287c4
commit 5ee9364f1c
1 changed files with 29 additions and 0 deletions

View File

@ -419,3 +419,32 @@ th {
fieldset.form-group {
margin-bottom: 0;
}
.crud-header {
&-title {
font-size: 2em;
}
&-actions {
text-align: right;
margin-bottom: 10px;
}
@media screen and (min-width: 770px) {
&-title {
float: left;
font-size: 2em;
}
&-actions {
float: right;
}
}
&::after {
display: block;
content: "";
clear: both;
}
}