Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
31 righe
493 B
31 righe
493 B
5 anni fa
|
.add-new-project {
|
||
|
|
||
|
.add-new-project__row:first-child {
|
||
|
@include display-flex();
|
||
|
@include align-items(start);
|
||
|
}
|
||
|
|
||
|
.add-new-project__flex {
|
||
|
@include display-flex();
|
||
|
@include align-items(flex-end);
|
||
|
}
|
||
|
|
||
|
.add-new-project__fascia {
|
||
|
.control-group {
|
||
|
margin: 0;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.add-new-project__procedura {
|
||
|
.control-group {
|
||
|
margin-top: 12px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.add-new-project__btn {
|
||
|
.btn {
|
||
|
width: 100%;
|
||
|
border-radius: 5px!important;
|
||
|
}
|
||
|
}
|
||
|
}
|