feat: Adicionado os estilos do breadcrumb

This commit is contained in:
Savio Carvalho Moraes 2023-02-09 16:33:22 -03:00
parent 72f378dd09
commit 557d8de30a
2 changed files with 44 additions and 9 deletions

View File

@ -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 {
content: "Home"; 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;
} }

View File

@ -1,8 +1,26 @@
.homeIcon { .container {
margin-left: 40px;
.homeIcon {
display: none; display: none;
} }
.homeLink { .Link,
.term {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #929292;
}
.homeLink {
&::after { &::after {
content: "Home"; content: "Home";
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #929292;
}
} }
} }