forked from M3-Academy/challenge-vtex-io
feature/breadcrumb #15
@ -8,10 +8,27 @@
|
||||
/* Media Query M3 */
|
||||
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
|
||||
/* Grid breakpoints */
|
||||
.homeIcon {
|
||||
.container {
|
||||
margin-left: 40px;
|
||||
}
|
||||
.container .homeIcon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.homeLink::after {
|
||||
.container .Link,
|
||||
.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";
|
||||
font-family: "Open Sans";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 19px;
|
||||
color: #929292;
|
||||
}
|
@ -1,8 +1,26 @@
|
||||
.homeIcon {
|
||||
display: none;
|
||||
}
|
||||
.homeLink {
|
||||
&::after {
|
||||
content: "Home";
|
||||
.container {
|
||||
margin-left: 40px;
|
||||
.homeIcon {
|
||||
display: none;
|
||||
}
|
||||
.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