blob: 74f75f3f4f8640fdb2a180be6ebeeeb975d247cb [file] [log] [blame]
////
/// @group layout/oconfigdialog
////
/// @todo doesn't comply with naming convention. Should probably be moved to /addons or /external.
/// Where is it used?
@mixin os-configdialog {
.o-configuration-dialog {
.o-navigation-area .v-nativebutton {
width: 100%;
border-style: solid;
border-bottom-color: black;
border-bottom-width: 1px;
}
.v-slot-o-navigation-area {
margin-right: 15px;
margin-left: 0px;
}
.l-yview-provider {
width: 100%;
height: 100%;
}
}
}