Server IP : 162.214.80.37 / Your IP : 216.73.216.83 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home2/imyrqtmy/public_html/careerzum/admin/build/scss/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
// // Component: Progress Bar // //General CSS .progress { @include box-shadow(none); @include border-radius($progress-bar-border-radius); // Vertical bars &.vertical { display: inline-block; height: 200px; margin-right: 10px; position: relative; width: 30px; > .progress-bar { bottom: 0; position: absolute; width: 100%; } //Sizes &.sm, &.progress-sm { width: 20px; } &.xs, &.progress-xs { width: 10px; } &.xxs, &.progress-xxs { width: 3px; } } } .progress-group { margin-bottom: map-get($spacers, 2); } // size variation .progress-sm { height: 10px; } .progress-xs { height: 7px; } .progress-xxs { height: 3px; } // Remove margins from progress bars when put in a table .table { tr > td { .progress { margin: 0; } } } @include dark-mode () { .progress { background: lighten($dark, 7.5%); } }