19 lines
196 B
SCSS
19 lines
196 B
SCSS
.path-mine-false {
|
|
color: #FF0000;
|
|
}
|
|
|
|
#path-messages {
|
|
.message {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
#publish-modal {
|
|
.twitter-typeahead {
|
|
width: 300px;
|
|
}
|
|
|
|
.tt-menu {
|
|
width: 300px;
|
|
}
|
|
}
|