2017-04-05 13:46:04 +02:00
|
|
|
@import "constants";
|
2017-03-30 17:00:35 +02:00
|
|
|
|
2017-04-12 11:12:05 +02:00
|
|
|
#admins-index {
|
2016-11-15 14:10:43 +01:00
|
|
|
margin-left: 2rem;
|
|
|
|
margin-right: 2rem;
|
2016-12-01 19:43:56 +01:00
|
|
|
|
2017-04-12 11:12:05 +02:00
|
|
|
.default-data-block {
|
2016-12-01 19:43:56 +01:00
|
|
|
margin-top: 20px;
|
|
|
|
background-color: #FFFFFF;
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-12-01 19:43:56 +01:00
|
|
|
.show-block {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-12-01 19:43:56 +01:00
|
|
|
.body {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
}
|
2016-12-06 13:56:33 +01:00
|
|
|
}
|
|
|
|
|
2017-04-12 11:12:05 +02:00
|
|
|
#users-siret-index {
|
2016-12-07 17:55:34 +01:00
|
|
|
margin: 20px;
|
|
|
|
}
|
|
|
|
|
2017-04-12 11:12:05 +02:00
|
|
|
#carto-page {
|
2016-12-07 17:55:34 +01:00
|
|
|
margin: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.white-back {
|
|
|
|
margin: 20px !important;
|
|
|
|
}
|
|
|
|
|
2017-04-12 10:51:35 +02:00
|
|
|
.white-back,
|
2017-04-12 11:12:05 +02:00
|
|
|
#users-siret-index,
|
|
|
|
#description-page,
|
|
|
|
#carto-page {
|
2016-12-06 13:56:33 +01:00
|
|
|
background-color: #FFFFFF;
|
|
|
|
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
|
|
|
|
padding: 20px;
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-12-06 13:56:33 +01:00
|
|
|
.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;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-12-06 13:56:33 +01:00
|
|
|
.action:hover {
|
2017-03-30 17:00:35 +02:00
|
|
|
color: $light-blue;
|
2016-12-06 13:56:33 +01:00
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-12-06 13:56:33 +01:00
|
|
|
.padding-left-30 {
|
|
|
|
padding-left: 30px;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-12-06 13:56:33 +01:00
|
|
|
h3 {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
}
|