feat: Update intro and placeholder
- Change intro from njk to liquid - New svg content for brand shortcode - New style for brand in ui
This commit is contained in:
parent
9b44963ba2
commit
6ae411c83b
5 changed files with 181 additions and 169 deletions
|
|
@ -21,16 +21,7 @@
|
|||
& > svg {
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
|
||||
rect, circle, path {
|
||||
stroke: black !important;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
|
||||
}
|
||||
;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -124,6 +124,15 @@ $space_gui_half: hippie.$space_half;
|
|||
.brand {
|
||||
text-align: center;
|
||||
|
||||
svg {
|
||||
height: 128px;
|
||||
width: 128px;
|
||||
|
||||
rect, circle, path {
|
||||
stroke: white !important;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
display: inline-block;
|
||||
width: 128px;
|
||||
|
|
@ -131,7 +140,7 @@ $space_gui_half: hippie.$space_half;
|
|||
background-color: white;
|
||||
}
|
||||
|
||||
*+h1 {
|
||||
* + h1 {
|
||||
margin-top: hippie.$space_small;
|
||||
margin-bottom: hippie.$space_large;
|
||||
}
|
||||
|
|
@ -170,7 +179,7 @@ $space_gui_half: hippie.$space_half;
|
|||
background-color: hippie.$color_back_basic;
|
||||
transition: background-color 4s;
|
||||
|
||||
&:hover>.mouse-overlay {
|
||||
&:hover > .mouse-overlay {
|
||||
background-color: transparent !important;
|
||||
transition: background-color hippie.$duration_basic hippie.$timing_basic 0s !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue