mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
20 lines
313 B
Sass
20 lines
313 B
Sass
.item-mixin, .item-view
|
|
width: 100%
|
|
|
|
img
|
|
float: left
|
|
width: 50px
|
|
height: 50px
|
|
margin-right: 5px
|
|
|
|
.item-info
|
|
float: left
|
|
width: 110px
|
|
width: -webkit-calc(100% - 50px - 5px)
|
|
width: calc(100% - 50px - 5px)
|
|
|
|
ul
|
|
margin-top: 5px
|
|
|
|
.status-message span
|
|
display: none
|