forked from M3-Academy/challenge-vtex-io
feat(pdp/breadcrumb): finished styles in fonts
This commit is contained in:
parent
f29c897da7
commit
5d4f3b6cb0
@ -8,6 +8,6 @@
|
|||||||
/* Media Query M3 */
|
/* Media Query M3 */
|
||||||
/* Grid breakpoints */
|
/* Grid breakpoints */
|
||||||
.html--pdp-breadcrumb {
|
.html--pdp-breadcrumb {
|
||||||
width: 271.25px;
|
width: 100%;
|
||||||
padding: 0 40px;
|
padding: 0 40px;
|
||||||
}
|
}
|
@ -9,16 +9,10 @@
|
|||||||
/* Grid breakpoints */
|
/* Grid breakpoints */
|
||||||
.container {
|
.container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: inline-flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
flex-basis: 100%;
|
||||||
|
align-items: baseline;
|
||||||
.homeLink::before {
|
|
||||||
content: "Home";
|
|
||||||
}
|
|
||||||
|
|
||||||
.arrow {
|
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.termArrow {
|
.termArrow {
|
||||||
@ -30,4 +24,24 @@
|
|||||||
|
|
||||||
.term {
|
.term {
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.homeLink::before {
|
||||||
|
content: "Home";
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 20.12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.arrow--1 .link {
|
||||||
|
font-size: 0;
|
||||||
|
}
|
||||||
|
.arrow--1 .link::before {
|
||||||
|
content: "Sapatos";
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 20.12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.arrow--2 .link {
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 20.12px;
|
||||||
}
|
}
|
@ -1,6 +1,4 @@
|
|||||||
$containers: ();
|
|
||||||
|
|
||||||
.html--pdp-breadcrumb {
|
.html--pdp-breadcrumb {
|
||||||
width: 271.25px;
|
width: 100%;
|
||||||
padding: 0 40px;
|
padding: 0 40px;
|
||||||
}
|
}
|
||||||
|
@ -1,20 +1,9 @@
|
|||||||
.container {
|
.container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: inline-flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
flex-basis: 100%;
|
||||||
|
align-items: baseline;
|
||||||
.homeLink {
|
|
||||||
&::before {
|
|
||||||
content: "Home";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.arrow-1 {
|
|
||||||
}
|
|
||||||
|
|
||||||
.arrow {
|
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.termArrow {
|
.termArrow {
|
||||||
@ -28,3 +17,31 @@
|
|||||||
.term {
|
.term {
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// manipulation fonts with before
|
||||||
|
.homeLink {
|
||||||
|
&::before {
|
||||||
|
content: "Home";
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 20.12px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.arrow--1 {
|
||||||
|
.link {
|
||||||
|
font-size: 0;
|
||||||
|
|
||||||
|
&::before {
|
||||||
|
content: "Sapatos";
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 20.12px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.arrow--2 {
|
||||||
|
.link {
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 20.12px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user