Commit 4e284a27f23e2d909ddd8d3484c29bf97de2ee93

Authored by Daniela Feitosa
1 parent 49e71481
Exists in master

Fix style of blocks on edition of sideboxes

Showing 3 changed files with 7 additions and 4 deletions   Show diff stats
_blocks.sass
... ... @@ -26,7 +26,7 @@
26 26 border: medium none
27 27 &:hover
28 28 border-right: none
29   - &:nth-child(3) .link-list-block
  29 + &:nth-child(3) .link-list-block, .controller-profile_design &:nth-child(5) .link-list-block
30 30 color: #696778
31 31 border: 1px solid #696778
32 32 .block-title
... ... @@ -47,7 +47,7 @@
47 47 color: #69677A
48 48 padding-left: 5px
49 49 display: inline
50   - &:nth-child(2) .display-content-block
  50 + &:nth-child(2) .display-content-block, .controller-profile_design &:nth-child(3) .display-content-block
51 51 font-size: 16px
52 52 background-color: #DAE1C4
53 53 border: 1px solid #DAE1C4
... ...
_home.sass
... ... @@ -103,7 +103,10 @@
103 103 padding-left: 40px
104 104 text-transform: lowercase
105 105 text-decoration: none
106   - &:nth-child(2) .video-block, &:nth-child(2) .video-plugin_video-block
  106 + &:nth-child(2) .video-block,
  107 + &:nth-child(2) .video-plugin_video-block,
  108 + &:nth-child(3) .video-block,
  109 + &:nth-child(3) .video-plugin_video-block,
107 110 border: 1px solid #69677A
108 111 border-radius: 5px
109 112 .block-title
... ...
style.sass
... ... @@ -55,7 +55,7 @@ body
55 55  
56 56 @import blocks
57 57  
58   -.profile-homepage
  58 +.profile-homepage, .controller-profile_design
59 59 @import home
60 60  
61 61 #content
... ...