2020-10-01 08:33:22 +00:00
|
|
|
html[data-route^='dc.acls.index'] main td strong {
|
2020-09-22 17:20:44 +00:00
|
|
|
@extend %pill-500, %frame-gray-900;
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
2020-10-01 08:33:22 +00:00
|
|
|
html[data-route^='dc.acls.index'] .filter-bar {
|
2020-09-22 17:20:44 +00:00
|
|
|
@extend %filter-bar-reversed;
|
|
|
|
}
|
2020-10-01 08:33:22 +00:00
|
|
|
html[data-route^='dc.acls.index'] .filter-bar [role='radiogroup'] {
|
2020-09-22 17:20:44 +00:00
|
|
|
@extend %expanded-single-select;
|
2018-10-19 15:17:02 +00:00
|
|
|
}
|
|
|
|
@media #{$--horizontal-tabs} {
|
2020-10-01 08:33:22 +00:00
|
|
|
html[data-route^='dc.acls.policies.index'] main header .actions,
|
|
|
|
html[data-route^='dc.acls.policies.index'] main header .actions {
|
2018-10-19 15:17:02 +00:00
|
|
|
position: relative;
|
2019-12-12 09:25:39 +00:00
|
|
|
top: 42px;
|
2018-10-19 15:17:02 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-09-21 09:18:32 +00:00
|
|
|
@media #{$--lt-wide-form} {
|
2020-10-01 08:33:22 +00:00
|
|
|
html[data-route^='dc.acls.edit'] main header .actions {
|
2018-09-21 09:18:32 +00:00
|
|
|
float: none;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
2020-10-01 08:33:22 +00:00
|
|
|
html[data-route^='dc.acls.edit'] main header .actions .with-feedback {
|
2018-09-21 09:18:32 +00:00
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
}
|
2020-10-01 08:33:22 +00:00
|
|
|
html[data-route^='dc.acls.edit'] main header .actions .with-confirmation {
|
2018-09-21 09:18:32 +00:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
}
|