mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-04 12:51:12 -05:00
12 lines
154 B
Sass
12 lines
154 B
Sass
|
@import "app/styles/mixins"
|
||
|
|
||
|
#image-gallery-modal
|
||
|
.modal-dialog
|
||
|
width: 800px
|
||
|
|
||
|
li
|
||
|
font-size: 12px
|
||
|
|
||
|
.no-select
|
||
|
@include user-select(none)
|