From fd3be70dcd1bd625a69701a7be17ae4e733d1512 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Tue, 6 Dec 2016 13:27:56 -0600 Subject: [PATCH] Shift emojis and icons styles into framework --- app/assets/stylesheets/framework.scss | 2 ++ app/assets/stylesheets/{pages => framework}/emojis.scss | 0 app/assets/stylesheets/{pages => framework}/icons.scss | 0 app/assets/stylesheets/pages/explore.scss | 8 -------- app/views/explore/_head.html.haml | 4 ++-- 5 files changed, 4 insertions(+), 10 deletions(-) rename app/assets/stylesheets/{pages => framework}/emojis.scss (100%) rename app/assets/stylesheets/{pages => framework}/icons.scss (100%) delete mode 100644 app/assets/stylesheets/pages/explore.scss diff --git a/app/assets/stylesheets/framework.scss b/app/assets/stylesheets/framework.scss index c82a9a2b9e3..928ef408722 100644 --- a/app/assets/stylesheets/framework.scss +++ b/app/assets/stylesheets/framework.scss @@ -44,3 +44,5 @@ @import "framework/awards.scss"; @import "framework/images.scss"; @import "framework/broadcast-messages"; +@import "framework/emojis.scss"; +@import "framework/icons.scss"; diff --git a/app/assets/stylesheets/pages/emojis.scss b/app/assets/stylesheets/framework/emojis.scss similarity index 100% rename from app/assets/stylesheets/pages/emojis.scss rename to app/assets/stylesheets/framework/emojis.scss diff --git a/app/assets/stylesheets/pages/icons.scss b/app/assets/stylesheets/framework/icons.scss similarity index 100% rename from app/assets/stylesheets/pages/icons.scss rename to app/assets/stylesheets/framework/icons.scss diff --git a/app/assets/stylesheets/pages/explore.scss b/app/assets/stylesheets/pages/explore.scss deleted file mode 100644 index 9b92128624c..00000000000 --- a/app/assets/stylesheets/pages/explore.scss +++ /dev/null @@ -1,8 +0,0 @@ -.explore-title { - text-align: center; - - h3 { - font-weight: normal; - font-size: 30px; - } -} diff --git a/app/views/explore/_head.html.haml b/app/views/explore/_head.html.haml index d8a57560788..a3b0709e261 100644 --- a/app/views/explore/_head.html.haml +++ b/app/views/explore/_head.html.haml @@ -1,5 +1,5 @@ -.explore-title - %h3 +.explore-title.text-center + %h2 Explore GitLab %p.lead Discover projects, groups and snippets. Share your projects with others