mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 10:20:43 -07:00
Bump jQuery, fix emoji CSS
This commit is contained in:
@@ -63,6 +63,7 @@
|
||||
==============================================================================*/
|
||||
.menu-button {
|
||||
display: inline-block;
|
||||
font-size: $small-font-size;
|
||||
background: none;
|
||||
border: none;
|
||||
margin: $spacing-unit / 2 0 $spacing-unit / 2 ($spacing-unit / 4 * -1);
|
||||
@@ -75,8 +76,8 @@
|
||||
|
||||
svg {
|
||||
margin-right: $spacing-unit / 4;
|
||||
width: $base-font-size * 1.2;
|
||||
height: $base-font-size * 1.2;
|
||||
width: $base-font-size;
|
||||
height: $base-font-size;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
font-size: 4em;
|
||||
|
||||
&:after {
|
||||
content: '💧';
|
||||
content: '\01F4A7'; // Water droplet emoji
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
||||
@@ -78,7 +78,7 @@ body {
|
||||
border-bottom: 1px solid $color-blue-4;
|
||||
|
||||
&:after {
|
||||
content: '💧';
|
||||
content: '\01F4A7'; // Water droplet emoji
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user