Commit feecb8ededcaf9d67634863dd98c82435f8f3260
1 parent
93d87a22
Exists in
master
and in
5 other branches
adjusts on buttons of conexions section
Showing
1 changed file
with
18 additions
and
2 deletions
Show diff stats
_conexions.sass
1 | -.action-home-index #content .box .block-outer &, #content #box-organizer .box .block-outer & | |
1 | +.action-home-index #content .box .block-outer:nth-child(4) &, #content #box-organizer .box .block-outer & | |
2 | 2 | .people-block, .communities-block, .raw-html-block |
3 | 3 | background: #DEDEDE |
4 | 4 | border: 1px solid #E0E0E0 |
... | ... | @@ -14,6 +14,7 @@ |
14 | 14 | span |
15 | 15 | background: none |
16 | 16 | color: #404040 |
17 | + font-family: 'Ubuntu Mediun' | |
17 | 18 | font-size: 22px |
18 | 19 | padding: 0 0 0 20px |
19 | 20 | width: auto |
... | ... | @@ -26,7 +27,7 @@ |
26 | 27 | color: #FFF |
27 | 28 | font-family: 'Ubuntu' |
28 | 29 | font-size: 14px |
29 | - padding: 10px 20px | |
30 | + padding: 7px 20px | |
30 | 31 | position: relative |
31 | 32 | text-decoration: none |
32 | 33 | text-transform: capitalize |
... | ... | @@ -51,6 +52,21 @@ |
51 | 52 | height: 50px |
52 | 53 | span.fn |
53 | 54 | display: none |
55 | + .banner-div | |
56 | + padding: 0 | |
57 | + margin: 0 | |
58 | + a | |
59 | + line-height: 50px | |
60 | + height: 50px | |
61 | + margin: 1px | |
62 | + padding: 1px | |
63 | + width: 104px | |
64 | + .banner-span | |
65 | + background: #F15921 | |
66 | + color: #FFF | |
67 | + font-family: 'Ubuntu Mediun' | |
68 | + font-size: 16px | |
69 | + font-weight: normal | |
54 | 70 | .communities-block |
55 | 71 | ul |
56 | 72 | display: block | ... | ... |