diff --git a/data/theme/gnome-shell-sass/widgets/_dialogs.scss b/data/theme/gnome-shell-sass/widgets/_dialogs.scss index 2f7d1ba71..6ee2b36ae 100644 --- a/data/theme/gnome-shell-sass/widgets/_dialogs.scss +++ b/data/theme/gnome-shell-sass/widgets/_dialogs.scss @@ -1,5 +1,9 @@ /* Modal Dialogs */ +.headline { + @include fontsize($base_font_size + 1); +} + .modal-dialog { border-radius: $modal_radius; @extend %bubble_panel; diff --git a/data/theme/gnome-shell-sass/widgets/_misc.scss b/data/theme/gnome-shell-sass/widgets/_misc.scss index 80c16b47a..9b5c6c085 100644 --- a/data/theme/gnome-shell-sass/widgets/_misc.scss +++ b/data/theme/gnome-shell-sass/widgets/_misc.scss @@ -29,8 +29,6 @@ icon-size: 64px; } -// Text -.headline { @include fontsize($base_font_size + 1); } .lightbox { background-color: black; } .flashspot { background-color: white; }