This commit is contained in:
parent
0ed33f7321
commit
cd564dc6fe
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,7 +3,7 @@
|
||||
/node_modules
|
||||
|
||||
/wp-content/**
|
||||
!/wp-content/themes/mont58-coffee/**
|
||||
|
||||
|
||||
/data/**
|
||||
!/data/.gitkeep
|
||||
|
14
.gitignore~
Normal file
14
.gitignore~
Normal file
@ -0,0 +1,14 @@
|
||||
/.env
|
||||
|
||||
/node_modules
|
||||
|
||||
/wp-content/**
|
||||
!/wp-content/themes/mont58-coffee/**
|
||||
|
||||
/data/**
|
||||
!/data/.gitkeep
|
||||
|
||||
.vscode/
|
||||
**.tar.gz
|
||||
**.sql
|
||||
**.zip
|
@ -54,7 +54,8 @@ if(!is_user_logged_in()){
|
||||
text-transform: uppercase;
|
||||
margin-top: 2.5em;
|
||||
margin-bottom: 2em;
|
||||
font-weight: 500;
|
||||
font-weight: bold;
|
||||
font-variation-settings: 'wdth' 58, 'wght' 600;
|
||||
}
|
||||
|
||||
.label .product-details p {
|
||||
@ -67,6 +68,7 @@ if(!is_user_logged_in()){
|
||||
letter-spacing: calc(0.35 * 4px);
|
||||
margin-block: 1.2em 0.8em;
|
||||
min-height: calc(0.35 * 33px);
|
||||
font-variation-settings: 'wdth' 70, 'wght' 600;
|
||||
}
|
||||
|
||||
.label .product-details .weight {
|
||||
|
Loading…
Reference in New Issue
Block a user