24 lines
332 B
SCSS
24 lines
332 B
SCSS
.path-mine-false {
|
|
color: #FF0000;
|
|
}
|
|
|
|
#path-messages {
|
|
.message {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
#publish-modal {
|
|
.twitter-typeahead {
|
|
width: 300px;
|
|
}
|
|
|
|
.tt-menu {
|
|
width: 300px;
|
|
}
|
|
|
|
// Fix the input not being displayed on the same line than the text before
|
|
.tt-input {
|
|
vertical-align: initial !important;
|
|
}
|
|
}
|