mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 16:18:42 -05:00
10 lines
201 B
SCSS
10 lines
201 B
SCSS
.emoji-table-wrapper {
|
|
min-width: 320px;
|
|
}
|
|
|
|
.emoji-modal {
|
|
width: 340px;
|
|
margin-top: -132px;
|
|
margin-left: -170px;
|
|
background-color: dark-light-choose(#dadada, blend-primary-secondary(5%));
|
|
}
|