Files
Fuchs_Intranet/Fuchs/js/intranet/modules/fis.inv.scss
T

114 lines
1.3 KiB
SCSS

.invfrm > table, table.invtbl {
td {
&.sh_s {
color: #bf4b06;
}
&.is_cc {
background-color: #777777 !important;
color: #FFF !important;
}
&.is_pyd {
color: #60cc08;
}
&.is_due {
background-color: #f2f23f !important;
}
&.is_ovd {
background-color: #de4e09 !important;
}
&.is_rem {
background-color: #ce1900 !important;
}
&.av {
border: 2px solid red;
+ td.vsel select {
display: block;
}
}
}
tr {
}
}
.rfrm {
min-width: 200px;
min-height: 200px;
}
table.if {
border-collapse: collapse;
margin: 1rem 0;
background: #FFF;
tr {
&:nth-child(2n+1) td {
background-color: #F9F9F9;
}
&.title td {
background-color: $fuchs_akzent;
color: white;
.eid {
font-weight: bold;
margin: 0 1rem 0 0.5rem;
font-size: 140%;
}
.nme {
font-size: 110%;
}
}
&.shd td {
font-style: italic;
color: #BBB;
background-color: #FFF;
background-color: #FFF !important;
font-size: 90%;
}
}
th {
padding: 0.2rem 0.35rem;
border: 1px solid #DDD;
}
td {
padding: 0.2rem 0.35rem;
border: 1px solid #DDD;
&.currency {
text-align: right;
white-space: nowrap;
}
&.num {
white-space: nowrap;
}
}
}
.pdfpreview .pdfp.ph > .note {
background: #FFF;
display: inline-block;
padding: 3rem;
margin: 0.2rem 0;
}