Commit e7c0e0e 1 parent f9304b9 commit e7c0e0e Copy full SHA for e7c0e0e
File tree 8 files changed +15
-24
lines changed
8 files changed +15
-24
lines changed Original file line number Diff line number Diff line change @@ -2097,3 +2097,18 @@ details-disclosure > details {
2097
2097
overflow : auto;
2098
2098
}
2099
2099
}
2100
+
2101
+ .badge {
2102
+ border : 1px solid transparent;
2103
+ border-radius : 4rem ;
2104
+ display : inline-block;
2105
+ font-size : 1.2rem ;
2106
+ letter-spacing : 0.1rem ;
2107
+ line-height : 1 ;
2108
+ padding : 0.6rem 1.3rem ;
2109
+ text-align : center;
2110
+ background-color : rgb (var (--color-badge-background ));
2111
+ border-color : rgba (var (--color-badge-border ), var (--alpha-badge-border ));
2112
+ color : rgb (var (--color-foreground ));
2113
+ word-break : break-word;
2114
+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{{ 'collage.css' | asset_url | stylesheet_tag }}
2
2
{{ 'component-card.css' | asset_url | stylesheet_tag }}
3
- {{ 'component-badge.css' | asset_url | stylesheet_tag }}
4
3
{{ 'component-price.css' | asset_url | stylesheet_tag }}
5
4
6
5
<link rel =" stylesheet" href =" {{ 'component-deferred-media.css' | asset_url }}" media =" print" onload =" this.media='all'" >
Original file line number Diff line number Diff line change 3
3
{{ 'component-product-grid.css' | asset_url | stylesheet_tag }}
4
4
5
5
<link rel =" stylesheet" href =" {{ 'component-slider.css' | asset_url }}" media =" print" onload =" this.media='all'" >
6
- <link rel =" stylesheet" href =" {{ 'component-badge.css' | asset_url }}" media =" print" onload =" this.media='all'" >
7
6
<link rel =" stylesheet" href =" {{ 'template-collection.css' | asset_url }}" media =" print" onload =" this.media='all'" >
8
7
9
8
<noscript >{{ 'component-slider.css' | asset_url | stylesheet_tag }}</noscript >
10
- <noscript >{{ 'component-badge.css' | asset_url | stylesheet_tag }}</noscript >
11
9
<noscript >{{ 'template-collection.css' | asset_url | stylesheet_tag }}</noscript >
12
10
13
11
{%- liquid
Original file line number Diff line number Diff line change 4
4
{{ 'component-price.css' | asset_url | stylesheet_tag }}
5
5
{{ 'component-product-grid.css' | asset_url | stylesheet_tag }}
6
6
7
- <link rel =" preload" href =" {{ 'component-badge.css' | asset_url }}" as =" style" onload =" this.onload=null;this.rel='stylesheet'" >
8
7
<link rel =" preload" href =" {{ 'component-rte.css' | asset_url }}" as =" style" onload =" this.onload=null;this.rel='stylesheet'" >
9
8
10
- <noscript >{{ 'component-badge.css' | asset_url | stylesheet_tag }}</noscript >
11
9
<noscript >{{ 'component-rte.css' | asset_url | stylesheet_tag }}</noscript >
12
10
13
11
<script src =" {{ 'collection-filters-form.js' | asset_url }}" defer =" defer" ></script >
Original file line number Diff line number Diff line change 1
1
{% comment %}theme-check-disable TemplateLength{% endcomment %}
2
2
{{ 'section-main-product.css' | asset_url | stylesheet_tag }}
3
3
{{ 'component-accordion.css' | asset_url | stylesheet_tag }}
4
- {{ 'component-badge.css' | asset_url | stylesheet_tag }}
5
4
{{ 'component-price.css' | asset_url | stylesheet_tag }}
6
5
{{ 'component-rte.css' | asset_url | stylesheet_tag }}
7
6
{{ 'component-slider.css' | asset_url | stylesheet_tag }}
Original file line number Diff line number Diff line change 2
2
{{ 'component-price.css' | asset_url | stylesheet_tag }}
3
3
{{ 'component-product-grid.css' | asset_url | stylesheet_tag }}
4
4
5
- <link rel =" stylesheet" href =" {{ 'component-badge.css' | asset_url }}" media =" print" onload =" this.media='all'" >
6
5
<link rel =" stylesheet" href =" {{ 'component-search.css' | asset_url }}" media =" print" onload =" this.media='all'" >
7
6
8
- <noscript >{{ 'component-badge.css' | asset_url | stylesheet_tag }}</noscript >
9
7
<noscript >{{ 'component-search.css' | asset_url | stylesheet_tag }}</noscript >
10
8
11
9
<style >
Original file line number Diff line number Diff line change 1
- <link rel =" stylesheet" href =" {{ 'component-badge.css' | asset_url }}" media =" print" onload =" this.media='all'" >
2
1
<link rel =" stylesheet" href =" {{ 'component-card.css' | asset_url }}" media =" print" onload =" this.media='all'" >
3
2
<link rel =" stylesheet" href =" {{ 'component-price.css' | asset_url }}" media =" print" onload =" this.media='all'" >
4
3
<link rel =" stylesheet" href =" {{ 'component-product-grid.css' | asset_url }}" media =" print" onload =" this.media='all'" >
5
4
<link rel =" stylesheet" href =" {{ 'section-product-recommendations.css' | asset_url }}" media =" print" onload =" this.media='all'" >
6
5
7
- <noscript >{{ 'component-badge.css' | asset_url | stylesheet_tag }}</noscript >
8
6
<noscript >{{ 'component-card.css' | asset_url | stylesheet_tag }}</noscript >
9
7
<noscript >{{ 'component-price.css' | asset_url | stylesheet_tag }}</noscript >
10
8
<noscript >{{ 'component-product-grid.css' | asset_url | stylesheet_tag }}</noscript >
You can’t perform that action at this time.
0 commit comments