Only one selector per line
This commit is contained in:
parent
5e1c99d642
commit
11e5943989
12 changed files with 77 additions and 31 deletions
|
@ -30,7 +30,8 @@ body {
|
||||||
background-color: $light-blue;
|
background-color: $light-blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body {
|
html,
|
||||||
|
body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -58,7 +59,8 @@ form {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer, #wrap::after {
|
#footer,
|
||||||
|
#wrap::after {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -67,7 +69,8 @@ form {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
a, p {
|
a,
|
||||||
|
p {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#backoffice_index, #backoffice_search {
|
#backoffice_index,
|
||||||
|
#backoffice_search {
|
||||||
margin-left: 2rem;
|
margin-left: 2rem;
|
||||||
margin-right: 2rem;
|
margin-right: 2rem;
|
||||||
|
|
||||||
|
@ -30,7 +31,8 @@
|
||||||
|
|
||||||
#onglets {
|
#onglets {
|
||||||
ul {
|
ul {
|
||||||
li, li.active {
|
li,
|
||||||
|
li.active {
|
||||||
a {
|
a {
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
|
|
|
@ -10,7 +10,8 @@
|
||||||
height: 600px;
|
height: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#map.qp, #map.cadastre {
|
#map.qp,
|
||||||
|
#map.cadastre {
|
||||||
width: 70%;
|
width: 70%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,10 @@
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
.title, .title-no-expanse, .action, .count {
|
.title,
|
||||||
|
.title-no-expanse,
|
||||||
|
.action,
|
||||||
|
.count {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
@ -49,7 +52,9 @@
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title, .action, .count {
|
.title,
|
||||||
|
.action,
|
||||||
|
.count {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -69,7 +69,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.type_champ-drop_down_list, .type_champ-regions, .type_champ-departements, .type_champ-pays {
|
.type_champ-drop_down_list,
|
||||||
|
.type_champ-regions,
|
||||||
|
.type_champ-departements,
|
||||||
|
.type_champ-pays {
|
||||||
@extend .col-md-4;
|
@extend .col-md-4;
|
||||||
@extend .col-lg-4;
|
@extend .col-lg-4;
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,13 @@
|
||||||
#backoffice_dossier_show, #users_recapitulatif_dossier_show {
|
#backoffice_dossier_show,
|
||||||
|
#users_recapitulatif_dossier_show {
|
||||||
|
|
||||||
#messages {
|
#messages {
|
||||||
.last-commentaire {
|
.last-commentaire {
|
||||||
display: block;
|
display: block;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
|
|
||||||
.content, .new-action {
|
.content,
|
||||||
|
.new-action {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -24,7 +26,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.last-commentaire, .commentaire {
|
.last-commentaire,
|
||||||
|
.commentaire {
|
||||||
padding: 20px 0 0 20px;
|
padding: 20px 0 0 20px;
|
||||||
|
|
||||||
.comment-header {
|
.comment-header {
|
||||||
|
@ -103,7 +106,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#dossier, #pieces-jointes, .infos, #carto, #private-fields {
|
#dossier,
|
||||||
|
#pieces-jointes,
|
||||||
|
.infos,
|
||||||
|
#carto,
|
||||||
|
#private-fields {
|
||||||
.body {
|
.body {
|
||||||
padding: 20px 20px 0 20px;
|
padding: 20px 20px 0 20px;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
@ -131,7 +138,8 @@
|
||||||
margin: 50px 0 0 15px;
|
margin: 50px 0 0 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.action, .btn-action {
|
.action,
|
||||||
|
.btn-action {
|
||||||
background-color: #E45B51;
|
background-color: #E45B51;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
|
@ -42,20 +42,24 @@ h5 span {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
#procedure_list, #notifications_list {
|
#procedure_list,
|
||||||
|
#notifications_list {
|
||||||
margin-left: -10px;
|
margin-left: -10px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
|
||||||
a, a:hover {
|
a,
|
||||||
|
a:hover {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.procedure_list_element.active, .notification.active {
|
.procedure_list_element.active,
|
||||||
|
.notification.active {
|
||||||
background-color: #668ABD;
|
background-color: #668ABD;
|
||||||
}
|
}
|
||||||
|
|
||||||
.procedure_list_element, .notification {
|
.procedure_list_element,
|
||||||
|
.notification {
|
||||||
padding: 15px 40px 15px 20px;
|
padding: 15px 40px 15px 20px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
line-height: 1.8em;
|
line-height: 1.8em;
|
||||||
|
@ -65,7 +69,8 @@ h5 span {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.procedure_list_element:hover, .notification:hover {
|
.procedure_list_element:hover,
|
||||||
|
.notification:hover {
|
||||||
background-color: #668ABD;
|
background-color: #668ABD;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
|
@ -54,7 +54,8 @@
|
||||||
width: 40%;
|
width: 40%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#etapes, #request_access {
|
#etapes,
|
||||||
|
#request_access {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,7 +43,8 @@
|
||||||
margin: 0 0 0 8px;
|
margin: 0 0 0 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dossiers-en-cours, .en-cours {
|
.dossiers-en-cours,
|
||||||
|
.en-cours {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -65,7 +66,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dossiers-en-cours, .nouveaux-dossiers, .nouvelles-notifications, .en-cours {
|
.dossiers-en-cours,
|
||||||
|
.nouveaux-dossiers,
|
||||||
|
.nouvelles-notifications,
|
||||||
|
.en-cours {
|
||||||
margin: 5px auto 0 20px;
|
margin: 5px auto 0 20px;
|
||||||
width: 150px;
|
width: 150px;
|
||||||
}
|
}
|
||||||
|
@ -90,7 +94,9 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.close-dossier, .refuse-dossier, .forget-dossier {
|
.close-dossier,
|
||||||
|
.refuse-dossier,
|
||||||
|
.forget-dossier {
|
||||||
border: 1px solid #FFFFFF;
|
border: 1px solid #FFFFFF;
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
|
@ -99,7 +105,9 @@
|
||||||
width: 60px;
|
width: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.close-dossier:hover, .refuse-dossier:hover, .forget-dossier:hover {
|
.close-dossier:hover,
|
||||||
|
.refuse-dossier:hover,
|
||||||
|
.forget-dossier:hover {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
border-color: #000000;
|
border-color: #000000;
|
||||||
}
|
}
|
||||||
|
@ -143,7 +151,8 @@
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
#switch-procedures:hover, #switch-notifications:hover {
|
#switch-procedures:hover,
|
||||||
|
#switch-notifications:hover {
|
||||||
background-color: #668AEA;
|
background-color: #668AEA;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -197,14 +206,17 @@
|
||||||
.notification {
|
.notification {
|
||||||
padding: 10px 2px 10px 15px;
|
padding: 10px 2px 10px 15px;
|
||||||
|
|
||||||
.dossier, .updated-at {
|
.dossier,
|
||||||
|
.updated-at {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: #CCCCCC;
|
color: #CCCCCC;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dossier-index, .updated-at-index, .count {
|
.dossier-index,
|
||||||
|
.updated-at-index,
|
||||||
|
.count {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
|
@ -207,7 +207,8 @@
|
||||||
color: $light-blue;
|
color: $light-blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button_navbar:hover, .button-navbar-action:hover {
|
.button_navbar:hover,
|
||||||
|
.button-navbar-action:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
@media print {
|
@media print {
|
||||||
html, body {
|
html,
|
||||||
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
@import "variables";
|
@import "variables";
|
||||||
|
|
||||||
#users_index, #admins_index {
|
#users_index,
|
||||||
|
#admins_index {
|
||||||
margin-left: 2rem;
|
margin-left: 2rem;
|
||||||
margin-right: 2rem;
|
margin-right: 2rem;
|
||||||
|
|
||||||
|
@ -34,7 +35,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.white-back, #users_siret_index, #description_page, #carto_page {
|
.white-back,
|
||||||
|
#users_siret_index,
|
||||||
|
#description_page,
|
||||||
|
#carto_page {
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
|
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
|
Loading…
Reference in a new issue