Merge pull request #1611 from betagouv/fix-1609
[Fix #1609] Fix buttons on 2 lines
This commit is contained in:
commit
857f6badd0
1 changed files with 13 additions and 9 deletions
|
@ -30,16 +30,20 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mixed-buttons-bar .button {
|
.mixed-buttons-bar {
|
||||||
|
flex-shrink: 0;
|
||||||
|
|
||||||
|
.button {
|
||||||
// Needed so that buttons without text
|
// Needed so that buttons without text
|
||||||
// are ligned with those that have text
|
// are ligned with those that have text
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mixed-buttons-bar .label {
|
.label {
|
||||||
padding: $default-spacer $default-padding;
|
padding: $default-spacer $default-padding;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.print-menu-opener {
|
.print-menu-opener {
|
||||||
|
|
Loading…
Reference in a new issue