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

70 lines
952 B
SCSS
Raw Normal View History

@import "constants";
2017-03-30 17:00:35 +02:00
#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 {
2016-12-01 19:43:56 +01:00
margin-top: 20px;
background-color: #FFFFFF;
2016-12-01 19:43:56 +01:00
.show-block {
width: 100%;
}
2016-12-01 19:43:56 +01:00
.body {
height: auto;
}
}
}
#users-siret-index {
2016-12-07 17:55:34 +01:00
margin: 20px;
}
#carto-page {
2016-12-07 17:55:34 +01:00
margin: 20px;
}
.white-back {
margin: 20px !important;
2016-12-07 17:55:34 +01:00
#previsualisation {
margin-top: 30px;
}
}
2017-04-12 10:51:35 +02:00
.white-back,
#users-siret-index,
#description-page,
#carto-page {
background-color: #FFFFFF;
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
padding: 20px;
.action {
background-color: #E45B51;
text-align: center;
line-height: 40px;
font-size: 15px;
text-decoration: none;
color: #FFFFFF;
text-transform: uppercase;
border: none;
padding: 10px;
}
.action:hover {
2017-03-30 17:00:35 +02:00
color: $light-blue;
}
.padding-left-30 {
padding-left: 30px;
}
h3 {
margin-bottom: 20px;
}
}