first init
This commit is contained in:
25
resources/scss/components/_breadcrumb.scss
Executable file
25
resources/scss/components/_breadcrumb.scss
Executable file
@@ -0,0 +1,25 @@
|
||||
//
|
||||
// breadcrumb.scss
|
||||
//
|
||||
|
||||
// Breadcrumb item arrow
|
||||
.breadcrumb-item {
|
||||
>a {
|
||||
color: var(--#{$prefix}body-color);
|
||||
|
||||
&:hover {
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
|
||||
+.breadcrumb-item {
|
||||
&::before {
|
||||
font-family: "boxicons";
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
&.active {
|
||||
color: $breadcrumb-active-color;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user