Commit 49e71481c23714f86d1f6019d1beaab45089855e
1 parent
b9cd7663
Exists in
master
Style link "Programação" on left bar
Showing
3 changed files
with
17 additions
and
1 deletions
Show diff stats
_blocks.sass
@@ -47,6 +47,22 @@ | @@ -47,6 +47,22 @@ | ||
47 | color: #69677A | 47 | color: #69677A |
48 | padding-left: 5px | 48 | padding-left: 5px |
49 | display: inline | 49 | display: inline |
50 | + &:nth-child(2) .display-content-block | ||
51 | + font-size: 16px | ||
52 | + background-color: #DAE1C4 | ||
53 | + border: 1px solid #DAE1C4 | ||
54 | + border-radius: 5px | ||
55 | + ul | ||
56 | + margin: 0px | ||
57 | + li | ||
58 | + margin: 0px | ||
59 | + .title | ||
60 | + background: url('images/icone-programacao.png') 10px center no-repeat | ||
61 | + padding: 25px 0px | ||
62 | + a | ||
63 | + margin-left: 50px | ||
64 | + color: #4F9CAC | ||
65 | + text-decoration: none | ||
50 | .box-1 | 66 | .box-1 |
51 | .highlights-block | 67 | .highlights-block |
52 | font-family: 'Ubuntu Mediun' | 68 | font-family: 'Ubuntu Mediun' |
_home.sass
1.05 KB