mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-05 07:19:14 +00:00
Fix all existing prettier issues
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -63,6 +63,6 @@ form.order_cycle {
|
||||
}
|
||||
}
|
||||
|
||||
#linked-order-warning-modal .reveal-modal{
|
||||
#linked-order-warning-modal .reveal-modal {
|
||||
width: 28rem;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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");
|
||||
|
||||
@@ -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} {
|
||||
|
||||
@@ -67,7 +67,8 @@ table.report__table {
|
||||
#report-table {
|
||||
margin-bottom: 4em;
|
||||
|
||||
.loading, .download {
|
||||
.loading,
|
||||
.download {
|
||||
text-align: center;
|
||||
height: 2em;
|
||||
padding: 4em;
|
||||
|
||||
@@ -187,7 +187,6 @@
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
|
||||
&[open] >,
|
||||
details[open] > {
|
||||
summary:after {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -195,7 +195,6 @@ div.dashboard_item {
|
||||
&:focus {
|
||||
border-color: $color-btn-hover-bg;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Popout widget
|
||||
// Popout widget
|
||||
@mixin unit_popout {
|
||||
position: relative;
|
||||
|
||||
@@ -84,4 +84,3 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
@import "unit_popout";
|
||||
|
||||
#edit_variant {
|
||||
|
||||
.popout {
|
||||
@include unit_popout;
|
||||
|
||||
|
||||
@@ -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 & {
|
||||
|
||||
@@ -134,6 +134,6 @@
|
||||
|
||||
// Text Colors
|
||||
.black-text {
|
||||
color: $near-black
|
||||
color: $near-black;
|
||||
}
|
||||
//------------
|
||||
|
||||
Reference in New Issue
Block a user