mirror of https://github.com/status-im/consul.git
16 lines
400 B
SCSS
16 lines
400 B
SCSS
|
@media #{$--lt-wide-form} {
|
||
|
html.template-acl.template-edit main header .actions {
|
||
|
float: none;
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
margin-bottom: 1em;
|
||
|
}
|
||
|
html.template-acl.template-edit main header .actions .with-feedback {
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
}
|
||
|
html.template-acl.template-edit main header .actions .with-confirmation {
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
}
|