One Hat Cyber Team
Your IP :
216.73.216.155
Server IP :
122.155.17.190
Server :
Linux cat17190.thaihostserver.com 5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64
Server Software :
Apache/2
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
neunkho
/
public_html
/
hpp
/
build
/
scss
/
View File Name :
_progress-bars.scss
// // 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; } } }