Fix all existing prettier issues

This commit is contained in:
David Rodríguez
2025-10-22 15:30:36 +02:00
parent 025f8b25b1
commit 852e7fa81e
64 changed files with 501 additions and 557 deletions

View File

@@ -21,7 +21,11 @@ a.stripe-connect {
line-height: 30px;
color: white;
font-weight: bold;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-family:
Helvetica Neue,
Helvetica,
Arial,
sans-serif;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
border-radius: 3px;

View File

@@ -63,6 +63,6 @@ form.order_cycle {
}
}
#linked-order-warning-modal .reveal-modal{
#linked-order-warning-modal .reveal-modal {
width: 28rem;
}
}

View File

@@ -28,7 +28,8 @@
@font-face {
font-family: "FontAwesome";
src: url("../fonts/fontawesome-webfont.eot?v=3.2.1");
src: url("../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"),
src:
url("../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"),
url("../fonts/fontawesome-webfont.woff?v=3.2.1") format("woff"),
url("../fonts/fontawesome-webfont.ttf?v=3.2.1") format("truetype"),
url("../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");

View File

@@ -184,8 +184,9 @@
}
// Hide columns
$columns: "image", "name", "sku", "unit_scale", "unit", "price", "on_hand", "producer",
"category", "tax_category", "tags", "inherits_properties";
$columns:
"image", "name", "sku", "unit_scale", "unit", "price", "on_hand", "producer", "category",
"tax_category", "tags", "inherits_properties";
@each $col in $columns {
&.hide-#{$col} {
.col-#{$col} {

View File

@@ -67,7 +67,8 @@ table.report__table {
#report-table {
margin-bottom: 4em;
.loading, .download {
.loading,
.download {
text-align: center;
height: 2em;
padding: 4em;