codecombat/app/styles/community.sass

35 lines
646 B
Sass
Raw Normal View History

@import "app/styles/bootstrap/variables"
@import "app/styles/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
2015-08-08 13:26:13 -04:00
text-align: center
.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