mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
Fix properties order
This commit is contained in:
@@ -69,14 +69,15 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sidebar__logo {
|
.sidebar__logo {
|
||||||
|
border-bottom: 1px solid $color-blue-4;
|
||||||
color: $color-white;
|
color: $color-white;
|
||||||
font-size: $base-font-size * 2;
|
font-size: $base-font-size * 2;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
text-align: center;
|
|
||||||
height: $logo-height;
|
height: $logo-height;
|
||||||
line-height: $logo-height;
|
line-height: $logo-height;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
border-bottom: 1px solid $color-blue-4;
|
text-align: center;
|
||||||
|
|
||||||
|
|
||||||
// &:after {
|
// &:after {
|
||||||
// content: '\01F4A7'; // Water droplet emoji
|
// content: '\01F4A7'; // Water droplet emoji
|
||||||
|
|||||||
Reference in New Issue
Block a user