From 51a1fdf381bff835b39688ba3dc17d82f179145f Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Wed, 13 Sep 2017 12:54:43 -0400 Subject: [PATCH] Update scss via lessToSass. --- themes/bootprint3/scss/bootprint.scss | 9 +++------ themes/bootstrap3/scss/bootstrap.scss | 4 ++-- themes/sandal/scss/sandal.scss | 5 +++++ 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/themes/bootprint3/scss/bootprint.scss b/themes/bootprint3/scss/bootprint.scss index 08ca6531688..68f8f561eeb 100644 --- a/themes/bootprint3/scss/bootprint.scss +++ b/themes/bootprint3/scss/bootprint.scss @@ -77,13 +77,10 @@ footer ul { padding-left: 30px; } [id^=list].list-group .col-sm-9 { margin: 0; } /* --- Channels --- */ -.channel { margin-bottom: 2rem; } -.channel-title { - margin-top: 1rem; - margin-left: -56px; -} +.channel, +.channel-title.no-results { margin-bottom: 2rem; } +.channel-title { margin-top: 1rem; } .channel-title .fa { margin-top: 4px; } -.channel-title h2 { padding-left: 50px; } /* --- Offcanvas --- */ body.offcanvas { diff --git a/themes/bootstrap3/scss/bootstrap.scss b/themes/bootstrap3/scss/bootstrap.scss index 97ab99f01f9..aff292f7d0e 100644 --- a/themes/bootstrap3/scss/bootstrap.scss +++ b/themes/bootstrap3/scss/bootstrap.scss @@ -141,9 +141,9 @@ footer { .browse-container { display: flex; } .browse-list { flex-basis: 25%; - padding-left: .5rem; - padding-right: .5rem; + padding-right: 1rem; } + .browse-list:last-child { padding-right: 0; } } // List item styling .browse-item { diff --git a/themes/sandal/scss/sandal.scss b/themes/sandal/scss/sandal.scss index 4e20993909f..6a3086916ac 100644 --- a/themes/sandal/scss/sandal.scss +++ b/themes/sandal/scss/sandal.scss @@ -128,6 +128,11 @@ header { /* --- Cart --- */ #cartSummary strong { font-weight: inherit; } +/* --- Channels --- */ +.channel-title { margin-top: 1rem; } +.channel, +.channel-title.no-results { margin-bottom: 2rem; } + /* --- MyResearch --- */ .myresearch-menu a:hover { background-color: $white; } -- GitLab