mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-03 20:31:29 -05:00
11 lines
154 B
Sass
11 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)
|