Adding partner section to community page

This commit is contained in:
ankurshukla
2016-06-02 10:57:13 -07:00
parent cc321486bd
commit 155c261549
9 changed files with 45 additions and 11 deletions
+13 -2
View File
@@ -834,7 +834,7 @@ dd
td
font-size: 0.85em
#editPageButton
position: absolute
top: -25px
@@ -1165,6 +1165,17 @@ $feature-box-div-margin-bottom: 40px
margin: 10px
background-color: $light-grey
.partner-logos
text-align: center
max-width: 1200px
margin: 0 auto
img
width: auto
margin: 10px
background-color: $white
box-shadow: 0 5px 5px rgba(0,0,0,.24),0 0 5px rgba(0,0,0,.12)
#calendarWrapper
position: relative
width: 80vw
@@ -1274,4 +1285,4 @@ $feature-box-div-margin-bottom: 40px
background-image: url(/images/community_logos/ebay_logo.png)
div:nth-child(3)
background-image: url(/images/community_logos/wikimedia_foundation_logo.png)
background-image: url(/images/community_logos/wikimedia_foundation_logo.png)
+1
View File
@@ -2,6 +2,7 @@ $blue: #3371e3
$light-grey: #f7f7f7
$dark-grey: #303030
$medium-grey: #4c4c4c
$white: #ffffff
$base-font: 'Roboto', sans-serif
$mono-font: 'Roboto Mono', monospace