mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 10:06:08 -05:00
19 lines
No EOL
350 B
Sass
19 lines
No EOL
350 B
Sass
@import "app/styles/bootstrap/variables"
|
|
@import "app/styles/mixins"
|
|
|
|
#main-account-view
|
|
#account-links
|
|
width: 300px
|
|
.panel
|
|
background-color: rgba(240,229,199,0)
|
|
margin-bottom: 0px
|
|
|
|
.panel-default
|
|
box-shadow: none
|
|
border: none
|
|
|
|
#account-links .btn
|
|
width: 100%
|
|
margin-bottom: 10%
|
|
margin-left: 10%
|
|
position: relative |