source: resources/assets/sass/components/progress.scss@ 7304c7f

develop
Last change on this file since 7304c7f 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: 406 bytes
Line 
1.progress {
2 .progress-bar {
3 &.progress-bar-striped {
4 background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
5 background-size: 1rem 1rem !important;
6 }
7 &:not(.progress-bar-striped) {
8 background: $color-primary;
9 }
10 }
11}
Note: See TracBrowser for help on using the repository browser.