codecombat/app/styles/community.sass

36 lines
645 B
Sass
Raw Normal View History

@import "bootstrap/variables"
@import "bootstrap/mixins"
2014-08-06 20:42:19 -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-15 13:27:36 -04:00
.logo-row, .community-columns
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