demarches-normaliennes/app/assets/stylesheets/attestation_template_edit.scss
2017-06-16 12:11:09 +02:00

30 lines
402 B
SCSS

#attestation-template-edit {
.notice {
margin-bottom: 30px;
}
.image-upload {
display: flex;
align-items: center;
input {
margin: 10px 0;
}
}
.thumbnail {
width: 90px;
margin-right: 15px;
}
.balises {
max-height: 180px;
overflow-y: scroll;
margin-bottom: 20px;
}
.table {
border: 1px solid #DDDDDD;
margin-bottom: 0px;
}
}