source: resources/assets/sass/components/breadcrumb.scss@ 582789f

develop
Last change on this file since 582789f was 7304c7f, checked in by beratkjufliju <kufliju@…>, 3 years ago

added user authentication, create & forgot password methods and blades

  • Property mode set to 100644
File size: 474 bytes
Line 
1.breadcrumb {
2 background: none;
3 padding: 0;
4 margin-bottom: 30px;
5
6 .breadcrumb-item {
7 & + .breadcrumb-item::before {
8 font-family: 'themify';
9 content: "\e649";
10 font-size: 10px;
11 margin-right: 0;
12 }
13
14 &:before {
15 font-family: 'themify';
16 content: "\e69b";
17 margin-right: .5rem
18 }
19
20 &.active {
21 color: $color-primary
22 }
23 }
24}
Note: See TracBrowser for help on using the repository browser.