mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 01:22:07 +01:00
Only apply set widths to actions styles within footer
This commit is contained in:
parent
57d75e2870
commit
bd8c38ed49
@ -81,7 +81,7 @@
|
||||
}
|
||||
|
||||
// Footer control bar for performing actions on the page
|
||||
.actions {
|
||||
.footer .actions {
|
||||
width: 100%;
|
||||
|
||||
@include media-breakpoint-up(sm) {
|
||||
@ -93,8 +93,9 @@
|
||||
width: 310px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.button {
|
||||
.actions .button {
|
||||
@apply w-leading-none w-inline-flex w-items-center;
|
||||
font-weight: 600;
|
||||
padding: 0 theme('spacing.3');
|
||||
@ -105,7 +106,6 @@
|
||||
margin-inline-end: theme('spacing.2');
|
||||
flex-shrink: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.actions .w-dropdown-button {
|
||||
|
Loading…
Reference in New Issue
Block a user