mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
22 lines
453 B
Sass
22 lines
453 B
Sass
@import "app/styles/mixins"
|
|
@import "app/styles/bootstrap/variables"
|
|
|
|
#thang-list-view
|
|
margin: 50px 15px 15px 15px
|
|
overflow: auto
|
|
height: 80%
|
|
height: -webkit-calc(100% - 65px)
|
|
height: calc(100% - 65px)
|
|
|
|
h3
|
|
line-height: 25px
|
|
margin: 0
|
|
text-align: center
|
|
letter-spacing: 0.1em
|
|
|
|
.thang-list-section
|
|
margin: 5px
|
|
padding: 5px
|
|
background-color: rgba(200, 200, 200, 0.25)
|
|
border-radius: 5px
|
|
overflow: hidden
|