mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
34 lines
646 B
Sass
34 lines
646 B
Sass
@import "app/styles/bootstrap/variables"
|
|
@import "app/styles/mixins"
|
|
|
|
#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
|
|
text-align: center
|
|
|
|
.logo-row img
|
|
height: 50px
|
|
margin: 7px
|
|
|
|
.lower-titles
|
|
text-align: center
|
|
|
|
.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
|