demarches-normaliennes/app/assets/stylesheets/admin_procedures_modal.scss

20 lines
196 B
SCSS
Raw Normal View History

.path-mine-false {
color: #FF0000;
}
#path-messages {
.message {
display: none;
}
}
#publish-modal {
.twitter-typeahead {
width: 300px;
}
.tt-menu {
width: 300px;
}
2017-04-04 15:27:04 +02:00
}