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.
201 righe
3.9 KiB
201 righe
3.9 KiB
5 anni fa
|
.container-btn-fascicolo {
|
||
|
margin-top: 20px;
|
||
|
margin-bottom: 10px;
|
||
|
|
||
|
@media (max-width: $mobile) {
|
||
|
li {
|
||
|
float: left;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.aui {
|
||
|
input[type=number], input[type=text], textarea {
|
||
|
max-width: 100%!important;
|
||
|
}
|
||
|
}
|
||
|
.asserazioni-header-title, .asserazioni-body-title {
|
||
|
input[type=number].field {
|
||
|
display: block;
|
||
|
width: 100%;
|
||
|
height: 34px;
|
||
|
padding: 6px 12px;
|
||
|
font-size: 14px;
|
||
|
line-height: 1.42857;
|
||
|
color: #555555;
|
||
|
background-color: white;
|
||
|
background-image: none;
|
||
|
border: 1px solid #cccccc;
|
||
|
border-radius: 4px;
|
||
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
||
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
||
|
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
|
||
|
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
|
||
|
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
|
||
|
}
|
||
|
input[disabled][type=number].field {
|
||
|
background-color: #eeeeee;
|
||
|
opacity: 1;
|
||
|
cursor: not-allowed;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.asseverazioni {
|
||
|
border: 1px solid #ddd;
|
||
|
border-radius: 5px;
|
||
|
|
||
|
.asseverazion-header-row{
|
||
|
@include display-flex();
|
||
|
@include align-items(center);
|
||
|
}
|
||
|
.asseverazion-header-top-row{
|
||
|
display:block;
|
||
|
border-bottom:1px solid $w;
|
||
|
padding: em(5px) 0;
|
||
|
}
|
||
|
|
||
|
.asserazioni-btn {
|
||
|
ul {
|
||
|
@include display-flex();
|
||
|
@include align-items(center);
|
||
|
@include justify-content(center);
|
||
|
@include flex-wrap(wrap);
|
||
|
overflow: hidden;
|
||
|
margin: 0;
|
||
|
|
||
|
li {
|
||
|
padding: 5px;
|
||
|
|
||
|
a {
|
||
|
border-radius: 5px!important;
|
||
|
width: 45px;
|
||
|
font-size: 16px;
|
||
|
@media (max-width: 991px) {
|
||
|
|
||
|
}
|
||
|
|
||
|
.taglib-text-icon {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
}
|
||
|
}
|
||
|
.asseverazioni-header {
|
||
|
background-color: $table-header;
|
||
|
color: $w;
|
||
|
font-size: 16px;
|
||
|
border-top-left-radius: 5px;
|
||
|
border-top-right-radius: 5px;
|
||
|
}
|
||
|
.row {
|
||
|
padding-top: 5px;
|
||
|
padding-bottom: 5px;
|
||
|
border-bottom: 1px solid #ddd;
|
||
|
|
||
|
&:last-child {
|
||
|
border-bottom: none;
|
||
|
}
|
||
|
}
|
||
|
.asseverazioni-title {
|
||
|
font-weight: bold;
|
||
|
font-size: 16px;
|
||
|
background: #f4f4f4;
|
||
|
}
|
||
|
.asseverazioni-subtitle {
|
||
|
padding-left: 10px;
|
||
|
background-color: rgba(244, 244, 244, 0.5);
|
||
|
}
|
||
|
.asseverazioni-section {
|
||
|
padding-left: 20px;
|
||
|
@include display-flex();
|
||
|
@include align-items(center);
|
||
|
}
|
||
|
|
||
|
.asseverazioni-icon {
|
||
|
font-size: 18px;
|
||
|
}
|
||
|
|
||
|
.file-icon {
|
||
|
padding-right: 5px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.compilazione-domanda {
|
||
|
padding-bottom: 30px;
|
||
|
}
|
||
|
|
||
|
.asseverazioni-firme, .compilazione-domanda {
|
||
|
.asseverazioni-header {
|
||
|
.asseverazioni-header__title {
|
||
|
border-bottom: 1px solid $w;
|
||
|
padding-bottom: 10px;
|
||
|
padding-top: 5px;
|
||
|
}
|
||
|
.asseverazioni-header-top {
|
||
|
display: inline-block;
|
||
|
width: 100%;
|
||
|
|
||
|
}
|
||
|
.asseverazioni-header-bottom {
|
||
|
display: inline-block;
|
||
|
width: 100%;
|
||
|
|
||
|
.asseverazioni-header-bottom__row {
|
||
|
@include display-flex();
|
||
|
}
|
||
|
.asseverazioni-header-bottom__row > div {
|
||
|
@include display-flex();
|
||
|
@include align-items(center);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.tab-error {
|
||
|
.asseverazioni-title:nth-child(odd) {
|
||
|
background-color: $w;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
.aui {
|
||
|
.container_tab_asseverazioni {
|
||
|
thead {
|
||
|
font-size: 16px;
|
||
|
border-top-left-radius: 5px;
|
||
|
border-top-right-radius: 5px;
|
||
|
|
||
|
a {
|
||
|
background-color: $table-header;
|
||
|
color: $w;
|
||
|
text-decoration: none;
|
||
|
font-family: $second-font;
|
||
|
}
|
||
|
}
|
||
|
tbody {
|
||
|
.last {
|
||
|
text-align: center;
|
||
|
.btn-load {
|
||
|
a, .fa, .taglib-text {
|
||
|
color: $w!important;
|
||
|
text-decoration: none!important;
|
||
|
}
|
||
|
.fa {
|
||
|
padding-right: 5px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
.aui {
|
||
|
.asseverazioni-list {
|
||
|
li {
|
||
|
border: none!important;
|
||
|
}
|
||
|
}
|
||
|
}
|