Update promotion styles: change text color, adjust font sizes, and add new 'stay-tuned-same' section for improved layout and design consistency.
This commit is contained in:
@@ -122,7 +122,7 @@ $KiaBlack: #05141f;
|
||||
position: relative;
|
||||
height: 3rem;
|
||||
text-decoration: none;
|
||||
color: #666;
|
||||
color: #9ba2a9;
|
||||
font-size: 1.6rem;
|
||||
font-weight: 400;
|
||||
text-align: center;
|
||||
@@ -589,10 +589,13 @@ $KiaBlack: #05141f;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 1.2rem;
|
||||
letter-spacing: -0.075em;
|
||||
font-size: 1.4rem;
|
||||
letter-spacing: -0.05em;
|
||||
@include tablet {
|
||||
width: 100%;
|
||||
font-size: 1.8rem;
|
||||
padding: 1.6rem;
|
||||
line-height: 2.6rem;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -646,7 +649,7 @@ $KiaBlack: #05141f;
|
||||
width: 7.2rem;
|
||||
height: 1.6rem;
|
||||
margin: 0 auto;
|
||||
margin-bottom: 0.5rem;
|
||||
margin-bottom: 0.8rem;
|
||||
background: none;
|
||||
border: 1px solid #b2b8bd;
|
||||
border-radius: 0.8rem;
|
||||
@@ -669,6 +672,77 @@ $KiaBlack: #05141f;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.stay-tuned-same {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
padding: 1.2rem;
|
||||
font-size: 1.2rem;
|
||||
font-weight: 400;
|
||||
color: #b2b8bd;
|
||||
border-radius: 0;
|
||||
letter-spacing: -0.05em;
|
||||
span {
|
||||
position: relative;
|
||||
width: 7.2rem;
|
||||
height: 1.6rem;
|
||||
margin: 0 auto;
|
||||
margin-bottom: 0.5rem;
|
||||
background: none;
|
||||
border: 1px solid #b2b8bd;
|
||||
border-radius: 0.8rem;
|
||||
&:before {
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 0.3rem;
|
||||
width: 4.8rem;
|
||||
height: 1rem;
|
||||
transform: translateY(-50%);
|
||||
background-color: #b2b8bd;
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
}
|
||||
strong {
|
||||
display: block;
|
||||
padding: 0.2rem 0 0;
|
||||
line-height: 1;
|
||||
}
|
||||
@include tablet {
|
||||
font-size: 1.2rem;
|
||||
span {
|
||||
position: relative;
|
||||
width: 7.2rem;
|
||||
height: 1.6rem;
|
||||
margin: 0 auto;
|
||||
margin-bottom: 0.8rem;
|
||||
background: none;
|
||||
border: 1px solid #b2b8bd;
|
||||
border-radius: 0.8rem;
|
||||
&:before {
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 0.3rem;
|
||||
width: 4.8rem;
|
||||
height: 1rem;
|
||||
transform: translateY(-50%);
|
||||
background-color: #b2b8bd;
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
}
|
||||
strong {
|
||||
padding: 0;
|
||||
font-size: 1.6rem;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.disney-pixar-theme {
|
||||
|
||||
Reference in New Issue
Block a user