theme: Move .headline into _dialogs.scss
It's used only in dialogs so far. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/938
This commit is contained in:
parent
6ed3d3d05d
commit
37adbf610d
@ -1,5 +1,9 @@
|
|||||||
/* Modal Dialogs */
|
/* Modal Dialogs */
|
||||||
|
|
||||||
|
.headline {
|
||||||
|
@include fontsize($base_font_size + 1);
|
||||||
|
}
|
||||||
|
|
||||||
.modal-dialog {
|
.modal-dialog {
|
||||||
border-radius: $modal_radius;
|
border-radius: $modal_radius;
|
||||||
@extend %bubble_panel;
|
@extend %bubble_panel;
|
||||||
|
@ -29,8 +29,6 @@
|
|||||||
icon-size: 64px;
|
icon-size: 64px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Text
|
|
||||||
.headline { @include fontsize($base_font_size + 1); }
|
|
||||||
.lightbox { background-color: black; }
|
.lightbox { background-color: black; }
|
||||||
.flashspot { background-color: white; }
|
.flashspot { background-color: white; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user