39301a744e
- remove tiled preview corners; merge with misc.scss - sync general label styles from libadwaita - use variables in ibus css - remove redundant spacing variable as its equal to padding - use more global styles in screenshot css - tidy up entry styles - cleanup the networks dialog stylesheet - make colours less dark - cleanup the popover stylesheet - cleanup the mixins for tiles and overview icons - adjust the button style definitions on checked style - add osd button definitions Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2172>
49 lines
1.1 KiB
SCSS
49 lines
1.1 KiB
SCSS
/* Select Network dialogs */
|
|
.nm-dialog {
|
|
max-height: 34em;
|
|
min-height: 31em;
|
|
min-width: 32em;
|
|
}
|
|
|
|
.nm-dialog-content {
|
|
spacing: 20px;
|
|
padding: 24px;
|
|
}
|
|
|
|
.nm-dialog-header { @extend %heading; }
|
|
.nm-dialog-subheader { color: $insensitive_fg_color;}
|
|
.nm-dialog-header-icon { icon-size: $large_icon_size;}
|
|
.nm-dialog-header-hbox { spacing: 10px; }
|
|
|
|
.nm-dialog-scroll-view {
|
|
padding:$base_padding;
|
|
border-radius: $base_border_radius;
|
|
background-color: $base_color;
|
|
}
|
|
|
|
.nm-dialog-item {
|
|
padding: $base_padding * 2;
|
|
|
|
&:selected {
|
|
background-color: $selected_bg_color;
|
|
border-radius: $base_border_radius - 3px;
|
|
color: $selected_fg_color;
|
|
}
|
|
&:hover { background-color:$hover_bg_color;}
|
|
}
|
|
|
|
.nm-dialog-icon { icon-size: $base_icon_size; }
|
|
.nm-dialog-icons { spacing: $base_padding * 2; }
|
|
|
|
// no networks
|
|
.no-networks-box { spacing: $base_padding; }
|
|
.no-networks-label { color: $insensitive_fg_color; }
|
|
|
|
// airplane mode
|
|
.nm-dialog-airplane-box {
|
|
text-align: center;
|
|
spacing: 12px;
|
|
}
|
|
.nm-dialog-airplane-headline { @extend %title_3;}
|
|
.nm-dialog-airplane-text { color: $insensitive_fg_color;}
|