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

24 lines
234 B
SCSS
Raw Normal View History

2016-12-01 13:21:56 +01:00
#admin_index{
margin-left: 2em;
margin-right: 2em;
2015-11-04 17:27:01 +01:00
2016-12-01 13:21:56 +01:00
.table {
#id {
width: 5%;
}
2015-11-04 17:27:01 +01:00
2016-12-01 13:21:56 +01:00
#libelle {
width: 40%;
}
2015-11-04 17:27:01 +01:00
2016-12-01 13:21:56 +01:00
#organisation {
width: 28%;
}
#direction {
width: 22%;
}
2015-11-04 17:27:01 +01:00
}
2016-12-01 13:21:56 +01:00
}