codecombat/app/styles/user/user_home.sass

74 lines
1.4 KiB
Sass
Raw Normal View History

@import "app/styles/mixins"
@import "app/styles/bootstrap/variables"
2014-07-21 16:02:08 -04:00
2014-08-12 07:41:14 -04:00
#user-home
2014-07-21 16:02:08 -04:00
margin-top: 20px
.left-column
+make-sm-column(4)
.right-column
+make-sm-column(8)
2014-07-22 15:45:36 -04:00
.profile-wrapper
2014-07-21 16:02:08 -04:00
text-align: center
outline: 1px solid darkgrey
2014-07-22 15:45:36 -04:00
max-width: 100%
2014-07-21 16:02:08 -04:00
+center-block()
> .picture
2014-07-22 15:45:36 -04:00
width: 100%
background-color: #ffe4bc
2014-07-21 16:02:08 -04:00
border: 4px solid white
> .profile-info
background: white
.extra-info
padding-bottom: 3px
&:empty
display: none
.name
2014-07-21 16:02:08 -04:00
margin: 0px auto
padding: 10px inherit
color: white
text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000
2014-07-22 15:45:36 -04:00
.profile-menu
padding-left: 0px
width: 100%
> a
border-radius: 0
2014-08-12 11:59:33 -04:00
border-width: 1px 0px 0px 0px
2014-07-22 15:45:36 -04:00
border-color: darkgrey
&:hover
border-color: #888
> span
color: #555555
font-size: 15px
margin-left: 5px
.contributor-categories
list-style: none
padding: 0px
2014-07-22 15:45:36 -04:00
margin-top: 15px
> .contributor-category
outline: 1px solid black
margin-bottom: 15px
> .contributor-image
border: none
width: 100%
border-bottom: 1px solid black
> .contributor-title
text-align: center
padding: 5px 0px
margin: 0px
background: white
.vertical-buffer
padding: 10px 0px