Primo commit: trasferimento del progetto PPEasy

This commit is contained in:
2024-09-18 10:30:50 +02:00
commit eb475f257e
4233 changed files with 1043848 additions and 0 deletions
@@ -0,0 +1,95 @@
//
// components-rtl.scss
//
// icons
.icons-list-demo{
i{
margin-left: 12px;
margin-right: 0;
}
}
// Custom-radio
.checkbox {
label {
padding-right: 8px;
padding-left: 0;
&::before {
left: auto;
right: 0;
margin-left: 0;
margin-right: -18px;
}
&::after {
left: auto;
right: 0;
margin-right: -18px;
margin-left: 0;
padding-left: 0;
padding-right: 3px;
}
}
input[type="checkbox"]:checked+label {
&::after {
left: auto;
right: 7px;
transform: rotate(45deg);
}
}
}
.checkbox.checkbox-single {
label {
&:before {
margin-right: 0;
}
&:after {
margin-right: 0;
}
}
}
// custom-radio
.radio {
label {
padding-left: 0;
padding-right: 8px;
&::before {
left: auto;
right: 0;
margin-left: 0;
margin-right: -18px;
}
&::after {
left: 0;
right: 6px;
margin-left: 0;
margin-right: -20px;
}
}
}
// Invoice
@media print {
.content-page,
.content,
body {
margin-right: 0;
}
}