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

15 lines
236 B
SCSS
Raw Normal View History

#users_index, #admins_index{
2016-11-15 14:10:43 +01:00
margin-left: 2rem;
margin-right: 2rem;
2016-12-01 19:43:56 +01:00
.default_data_block {
margin-top: 20px;
background-color: #FFFFFF;
.show-block {
width: 100%;
}
.body {
height: auto;
}
}
2016-11-15 14:10:43 +01:00
}