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