Commit feecb8ededcaf9d67634863dd98c82435f8f3260

Authored by Melissa Wen
1 parent 93d87a22

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 .people-block, .communities-block, .raw-html-block 2 .people-block, .communities-block, .raw-html-block
3 background: #DEDEDE 3 background: #DEDEDE
4 border: 1px solid #E0E0E0 4 border: 1px solid #E0E0E0
@@ -14,6 +14,7 @@ @@ -14,6 +14,7 @@
14 span 14 span
15 background: none 15 background: none
16 color: #404040 16 color: #404040
  17 + font-family: 'Ubuntu Mediun'
17 font-size: 22px 18 font-size: 22px
18 padding: 0 0 0 20px 19 padding: 0 0 0 20px
19 width: auto 20 width: auto
@@ -26,7 +27,7 @@ @@ -26,7 +27,7 @@
26 color: #FFF 27 color: #FFF
27 font-family: 'Ubuntu' 28 font-family: 'Ubuntu'
28 font-size: 14px 29 font-size: 14px
29 - padding: 10px 20px 30 + padding: 7px 20px
30 position: relative 31 position: relative
31 text-decoration: none 32 text-decoration: none
32 text-transform: capitalize 33 text-transform: capitalize
@@ -51,6 +52,21 @@ @@ -51,6 +52,21 @@
51 height: 50px 52 height: 50px
52 span.fn 53 span.fn
53 display: none 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 .communities-block 70 .communities-block
55 ul 71 ul
56 display: block 72 display: block