fechas pedido and imposiciones

This commit is contained in:
amazuecos
2025-04-14 08:05:03 +02:00
parent 08a91294b4
commit e9827c3557
18 changed files with 315 additions and 106 deletions

View File

@ -35,11 +35,12 @@ body{
border: 2px solid;
}
.square{
font-size: 14px;
align-items: center;
align-content : center;
justify-content: center;
font-weight: bold;
font-size : 20px;
}
.esquema{
display: flex;
@ -126,18 +127,24 @@ body{
table {
width: 100%;
border-collapse: collapse;
margin-bottom: 5px;
font-size: 12px;
font-size: 10px;
}
table th, table td {
border: 2px solid #000000;
table td {
text-align: center;
}
table,th,td{
border: 0.1px solid rgb(0, 0, 0);
border-collapse: collapse;
}
table th {
background-color: #f4f4f4;
font-weight: bold;
color : black;
text-align: center;
}
table td{
font-weight: bold;
@ -158,6 +165,23 @@ table td{
padding-left: 0.2rem;
}
.t-row{
font-size: 10px;
font-size: 8px;
width : 100%;
}
.bicolor{
background: linear-gradient( to right, #00b5fc 0%, #00b5fc 45%, #000000 55%, #000000 100%);
color: white;
}
.cmyk{
background-image: url('/themes/vuexy/img/safekat/presupuestos/cmyk.png')
background-size: 110px;
text-shadow: 0px 0px 1px black;
stroke:black;
}
.bn{
background : black;
color: white;
}
.footer{
font-size : 10px
}