From 4e284a27f23e2d909ddd8d3484c29bf97de2ee93 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Thu, 17 Mar 2016 18:39:32 -0300 Subject: [PATCH] Fix style of blocks on edition of sideboxes --- _blocks.sass | 4 ++-- _home.sass | 5 ++++- style.sass | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/_blocks.sass b/_blocks.sass index ef9ed06..c558e1d 100644 --- a/_blocks.sass +++ b/_blocks.sass @@ -26,7 +26,7 @@ border: medium none &:hover border-right: none - &:nth-child(3) .link-list-block + &:nth-child(3) .link-list-block, .controller-profile_design &:nth-child(5) .link-list-block color: #696778 border: 1px solid #696778 .block-title @@ -47,7 +47,7 @@ color: #69677A padding-left: 5px display: inline - &:nth-child(2) .display-content-block + &:nth-child(2) .display-content-block, .controller-profile_design &:nth-child(3) .display-content-block font-size: 16px background-color: #DAE1C4 border: 1px solid #DAE1C4 diff --git a/_home.sass b/_home.sass index a2ca56b..aed01d9 100644 --- a/_home.sass +++ b/_home.sass @@ -103,7 +103,10 @@ padding-left: 40px text-transform: lowercase text-decoration: none - &:nth-child(2) .video-block, &:nth-child(2) .video-plugin_video-block + &:nth-child(2) .video-block, + &:nth-child(2) .video-plugin_video-block, + &:nth-child(3) .video-block, + &:nth-child(3) .video-plugin_video-block, border: 1px solid #69677A border-radius: 5px .block-title diff --git a/style.sass b/style.sass index 0bc514e..327154e 100644 --- a/style.sass +++ b/style.sass @@ -55,7 +55,7 @@ body @import blocks -.profile-homepage +.profile-homepage, .controller-profile_design @import home #content -- libgit2 0.21.2