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:
nana-4 2020-01-20 01:37:14 +09:00 committed by Florian Müllner
parent 6ed3d3d05d
commit 37adbf610d
2 changed files with 4 additions and 2 deletions

View File

@ -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;

View File

@ -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; }