2014-08-13 23:45:33 -04:00
|
|
|
@import "bootstrap/variables"
|
|
|
|
@import "bootstrap/mixins"
|
2014-08-06 20:42:19 -04:00
|
|
|
|
2014-08-13 23:45:33 -04:00
|
|
|
#community-view
|
|
|
|
|
|
|
|
.community-columns
|
|
|
|
width: 330px
|
|
|
|
float: left
|
|
|
|
padding-left: 10px
|
|
|
|
padding-right: 10px
|
|
|
|
|
|
|
|
.half-width
|
|
|
|
width: 50%
|
|
|
|
height: 175px
|
|
|
|
float: left
|
|
|
|
|
|
|
|
.logo-row
|
|
|
|
padding-top: 10px
|
|
|
|
width: 80%
|
|
|
|
margin: 0 auto
|
|
|
|
|
|
|
|
.logo-row img
|
|
|
|
height: 50px
|
|
|
|
margin: 7px
|
|
|
|
|
|
|
|
.lower-titles
|
|
|
|
text-align: center
|
2014-08-06 20:42:19 -04:00
|
|
|
|
2014-08-13 23:45:33 -04:00
|
|
|
img
|
|
|
|
border-radius: 20px
|
|
|
|
@include transition( (background-color 0.2s linear, box-shadow 0.2s linear) )
|
|
|
|
&:hover
|
|
|
|
background-color: #7abee3
|
|
|
|
box-shadow: 0 0 20px #7abee3
|