mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
cleaning record_actions scss
This commit is contained in:
parent
75c3df50e0
commit
bccda15307
@ -1,58 +1,55 @@
|
|||||||
// Symfony records actions
|
ul.record_actions,
|
||||||
/*ul.record_actions {
|
ul.record_actions_column {
|
||||||
padding-left: 0;
|
display: flex;
|
||||||
}
|
justify-content: flex-end;
|
||||||
ul.record_actions li {
|
|
||||||
display: inline-block;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
ul.record_actions, ul.record_actions_column {
|
&.record_actions--left {
|
||||||
display: flex;
|
|
||||||
justify-content: flex-end;
|
|
||||||
|
|
||||||
&.record_actions--left {
|
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
|
padding: 0.5em 0;
|
||||||
|
flex-wrap: wrap-reverse;
|
||||||
|
|
||||||
padding: 0.5em 0;
|
li {
|
||||||
flex-wrap: wrap-reverse;
|
display: inline-block;
|
||||||
|
list-style-type: none;
|
||||||
|
margin-right: 1em;
|
||||||
|
order: 99;
|
||||||
|
|
||||||
li {
|
&:last-child {
|
||||||
display: inline-block;
|
margin-right: 0;
|
||||||
list-style-type: none;
|
|
||||||
margin-right: 1em;
|
|
||||||
order: 99;
|
|
||||||
|
|
||||||
&:last-child {
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
li.cancel {
|
|
||||||
order: 1;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
li.cancel {
|
||||||
|
order: 1;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.record_actions {
|
ul.record_actions {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.record_actions_column {
|
ul.record_actions_column {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.record_actions.sticky-form-buttons {
|
ul.record_actions.sticky-form-buttons {
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
padding-right: 1em;
|
padding-right: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
// inside table, little space between elements
|
// inside table exceptions
|
||||||
td ul.record_actions,
|
table {
|
||||||
|
td ul.record_actions,
|
||||||
ul.record_actions_small {
|
ul.record_actions_small {
|
||||||
li {
|
li {
|
||||||
margin-right: 0.2em;
|
margin-right: 0.2em;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
ul.record_actions {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0.5em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -31,14 +31,6 @@
|
|||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
// reserre la hauteur des rangées de tableau (ul.record_actions prennait trop de place)
|
|
||||||
table {
|
|
||||||
ul.record_actions {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0.5em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// styles communs pour tous les bandeaux
|
// styles communs pour tous les bandeaux
|
||||||
div.banner {
|
div.banner {
|
||||||
.id-number {
|
.id-number {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user