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;

View File

@@ -187,7 +187,6 @@
font-size: 13px;
}
&[open] >,
details[open] > {
summary:after {

View File

@@ -1,7 +1,7 @@
.select2-container {
border: $border-input;
border-radius: $border-radius;
padding-bottom: 7px; // hack to make the height match other inputs
padding-bottom: 7px; // hack to make the height match other inputs
}
.select2-container {

View File

@@ -184,7 +184,7 @@
height: auto;
min-height: 0;
.ts-control {
.ts-control {
padding: ($vpadding-txt - 1px) ($hpadding-txt - 1px); // Minus 1px for border
height: auto;
@@ -227,7 +227,8 @@
// Display as "changed" if sibling select is marked as changed.
select.changed + .ts-wrapper {
&.single, &.multi {
&.single,
&.multi {
.ts-control {
border-color: $color-txt-changed-brd;
}

View File

@@ -195,7 +195,6 @@ div.dashboard_item {
&:focus {
border-color: $color-btn-hover-bg;
}
}
&:hover {

View File

@@ -1,4 +1,4 @@
// Popout widget
// Popout widget
@mixin unit_popout {
position: relative;
@@ -84,4 +84,3 @@
}
}
}

View File

@@ -1,4 +1,3 @@
#dfc_product_imports {
// Ensure label reaches to edge of table cell
td:has(> label) {
@@ -9,4 +8,4 @@
padding: 7px 5px;
font-size: inherit;
}
}
}

View File

@@ -1,7 +1,6 @@
@import "unit_popout";
#edit_variant {
.popout {
@include unit_popout;

View File

@@ -21,7 +21,6 @@ textarea {
font-size: 14px;
line-height: 22px;
// Appears just like other text on the page.
// See table.products tr:hover for example of revealing them
.naked_inputs & {

View File

@@ -134,6 +134,6 @@
// Text Colors
.black-text {
color: $near-black
color: $near-black;
}
//------------