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.
61 righe
1.6 KiB
61 righe
1.6 KiB
.aui { |
|
.container_preview { |
|
.container_preview-action { |
|
@include display-flex(); |
|
padding-bottom: 15px; |
|
|
|
button { |
|
margin-right: 5px; |
|
} |
|
|
|
.csv-icon { |
|
color: #ccc; |
|
} |
|
.excel-icon { |
|
color: #207245; |
|
} |
|
.pdf-icon { |
|
color: #D81F09; |
|
} |
|
.word-icon { |
|
color: #011f9c; |
|
} |
|
} |
|
|
|
.container_preview-page { |
|
> table { |
|
background: |
|
-webkit-linear-gradient(315deg, #EEEEEE 25%, transparent 25%) -50px 0, |
|
-webkit-linear-gradient(225deg, #EEEEEE 25%, transparent 25%) -50px 0, |
|
-webkit-linear-gradient(135deg, #EEEEEE 25%, transparent 25%), |
|
-webkit-linear-gradient(45deg, #EEEEEE 25%, transparent 25%); |
|
background: |
|
linear-gradient(135deg, #EEEEEE 25%, transparent 25%) -50px 0, |
|
linear-gradient(225deg, #EEEEEE 25%, transparent 25%) -50px 0, |
|
linear-gradient(315deg, #EEEEEE 25%, transparent 25%), |
|
linear-gradient(45deg, #EEEEEE 25%, transparent 25%); |
|
background-size: 20px 15px; |
|
background-color: #E2E2E2; |
|
|
|
> tbody > tr > td:nth-child(2) { |
|
padding-top: 20px; |
|
padding-bottom: 20px; |
|
width: 1000px; |
|
} |
|
} |
|
|
|
.jrPage { |
|
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); |
|
border-collapse: collapse; |
|
tbody{ |
|
line-height: 0; |
|
td{ |
|
vertical-align: middle; |
|
margin: 0px!important; |
|
padding: 0px!important; |
|
} |
|
} |
|
} |
|
} |
|
} |
|
} |