mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
add breadcrumb module
This commit is contained in:
3
Resources/public/modules/breadcrumb/index.js
Normal file
3
Resources/public/modules/breadcrumb/index.js
Normal file
@@ -0,0 +1,3 @@
|
||||
require("./layout.scss");
|
||||
|
||||
|
21
Resources/public/modules/breadcrumb/layout.scss
Normal file
21
Resources/public/modules/breadcrumb/layout.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
nav.chill-breadcrumb {
|
||||
ul.list.on-left {
|
||||
li {
|
||||
border-right: 10px solid var(--chill-red);
|
||||
}
|
||||
li.active {
|
||||
border-right: 10px solid var(--chill-green);
|
||||
}
|
||||
li.past {
|
||||
border-right: 10px solid var(--chill-blue);
|
||||
}
|
||||
li.no-jump{
|
||||
border-right: 10px solid var(--chill-light-gray);
|
||||
background-color: var(--chill-yellow);
|
||||
padding: 0.3em 0.3em 0.3em 0.6em;
|
||||
color: var(--chill-dark-gray);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user