From 0cfa794f7c067ea222a7e6b4a8629f6b3532d3a6 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 31 Aug 2016 01:00:14 +0200 Subject: GTK 3.22: fix parsing errors --- common/gtk-3.0/3.20/sass/_granite.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'common/gtk-3.0/3.20/sass/_granite.scss') diff --git a/common/gtk-3.0/3.20/sass/_granite.scss b/common/gtk-3.0/3.20/sass/_granite.scss index a491d31..a564d55 100644 --- a/common/gtk-3.0/3.20/sass/_granite.scss +++ b/common/gtk-3.0/3.20/sass/_granite.scss @@ -151,7 +151,7 @@ GraniteWidgetsWelcome { GraniteWidgetsWelcome label { color: mix($fg_color, $bg_color, 50%); - font: open sans 11; + font-size: 11px; text-shadow: none; } @@ -182,7 +182,7 @@ GraniteWidgetsPopOver { } .popover_bg { - background-image: linear-gradient(to bottom, $base_color); + background-image: _solid($base_color); border: 1px solid transparentize(black, 0.7); } @@ -199,9 +199,9 @@ GraniteWidgetsXsEntry entry { padding: 4px; } // // Text Styles // -.h1 { font: open sans 24px; } -.h2 { font: open sans light 18px; } -.h3 { font: open sans 11px; } +.h1 { font-size: 24px; } +.h2 { font-size: 18px; } +.h3 { font-size: 11px; } .h4, .category-label { color: mix($bg_color, $text_color, 30%); -- cgit v1.2.3