demarches-normaliennes/app/assets/stylesheets/admin_index.scss
2017-04-04 16:59:39 +02:00

22 lines
233 B
SCSS

#admin_index{
margin-left: 2em;
margin-right: 2em;
.table {
#id {
width: 5%;
}
#libelle {
width: 40%;
}
#organisation {
width: 28%;
}
#direction {
width: 22%;
}
}
}