Adding partner section to community page
This commit is contained in:
+13
-2
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user