This commit is contained in:
vinceliuice 2023-10-20 10:16:31 +08:00
parent d83c72d83b
commit e4d177aaac
2 changed files with 7 additions and 1 deletions

View file

@ -3029,14 +3029,19 @@ row {
// @extend %osd; // @extend %osd;
@extend %toolbar_osd; @extend %toolbar_osd;
margin: 8px; margin: 8px;
padding: $space-size $space-size * 2.5;
button { button {
@extend %button-flat; @extend %button-flat;
&.flat:last-child {
margin-right: -$space-size * 1.5;
}
&.text-button:not(:disabled) { color: $primary; } &.text-button:not(:disabled) { color: $primary; }
} }
> box > label { margin-left: $space-size * 1.5; } // > box > label { margin-left: $space-size * 1.5; }
&.frame, &.frame,
border { border-style: none; } border { border-style: none; }

View file

@ -722,6 +722,7 @@ button {
box-shadow: none; box-shadow: none;
background-color: rgba(black, 0.35); background-color: rgba(black, 0.35);
color: white; color: white;
margin: 0;
> image { > image {
padding: 0; padding: 0;