mirror of
https://github.com/Nezumi-2711/loi-phan-internship.git
synced 2026-09-22 13:38:31 +00:00
Fix UI show not correctly
This commit is contained in:
@@ -58,7 +58,8 @@ section.welcome
|
||||
= " for "
|
||||
span.primary-text food
|
||||
= " & "
|
||||
span.secondary-text delivery
|
||||
.delivery-text-box
|
||||
span.secondary-text delivery
|
||||
.welcome__underline-img-container
|
||||
img(src=welcome_img_path + "underline.png", alt="Underline image")
|
||||
= "."
|
||||
@@ -82,7 +83,7 @@ section.welcome
|
||||
.welcome__play-icon-wrapper
|
||||
svg.welcome__play-icon(
|
||||
width="12",
|
||||
height="13",
|
||||
height="12",
|
||||
viewBox="0 0 12 13",
|
||||
fill="none",
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
.secondary-text {
|
||||
.delivery-text-box {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.welcome {
|
||||
@@ -261,7 +262,7 @@
|
||||
}
|
||||
|
||||
&__underline-img-container {
|
||||
@include setAbsoluteAndLocation($bottom: -10px, $left: 8px);
|
||||
@include setAbsoluteAndLocation($bottom: -25px, $left: 8px);
|
||||
}
|
||||
|
||||
&__description {
|
||||
|
||||
Reference in New Issue
Block a user