theme: Add back run-dialog styling

It was dropped accidentally in commit 02e885b3.
This commit is contained in:
Florian Müllner 2020-01-20 17:45:01 +01:00
parent 0e3a2654d4
commit 1fb955b8da

View File

@ -56,6 +56,22 @@
} }
} }
/* Run Dialog */
.run-dialog {
.run-dialog-entry { width: 20em; margin-bottom: 6px; }
.run-dialog-error-box {
padding-top: 16px;
spacing: 6px;
}
.run-dialog-label {
@include fontsize($base_font_size + 1.1);
font-weight: normal;
color: $fg_color;
padding-bottom: .4em;
}
}
/* ShellMountOperation Dialogs */ /* ShellMountOperation Dialogs */
.shell-mount-operation-icon { .shell-mount-operation-icon {
icon-size: $base_icon_size * 3; icon-size: $base_icon_size * 3;