forked from M3-Academy/challenge-vtex-io
Merge pull request 'feature/breadcrumb' (#15) from feature/breadcrumb into development
Reviewed-on: #15
This commit is contained in:
commit
1b1f78caad
@ -8,10 +8,27 @@
|
|||||||
/* Media Query M3 */
|
/* Media Query M3 */
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
|
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
|
||||||
/* Grid breakpoints */
|
/* Grid breakpoints */
|
||||||
.homeIcon {
|
.container {
|
||||||
|
margin-left: 40px;
|
||||||
|
}
|
||||||
|
.container .homeIcon {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
.container .Link,
|
||||||
.homeLink::after {
|
.container .term {
|
||||||
|
font-family: "Open Sans";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 19px;
|
||||||
|
color: #929292;
|
||||||
|
}
|
||||||
|
.container .homeLink::after {
|
||||||
content: "Home";
|
content: "Home";
|
||||||
|
font-family: "Open Sans";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 19px;
|
||||||
|
color: #929292;
|
||||||
}
|
}
|
@ -1,8 +1,26 @@
|
|||||||
.homeIcon {
|
.container {
|
||||||
display: none;
|
margin-left: 40px;
|
||||||
}
|
.homeIcon {
|
||||||
.homeLink {
|
display: none;
|
||||||
&::after {
|
}
|
||||||
content: "Home";
|
.Link,
|
||||||
|
.term {
|
||||||
|
font-family: "Open Sans";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 19px;
|
||||||
|
color: #929292;
|
||||||
|
}
|
||||||
|
.homeLink {
|
||||||
|
&::after {
|
||||||
|
content: "Home";
|
||||||
|
font-family: "Open Sans";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 19px;
|
||||||
|
color: #929292;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user