28 lines
577 B
Plaintext
28 lines
577 B
Plaintext
//
|
|
// Component: Progress
|
|
//
|
|
// ========================================================================
|
|
|
|
|
|
// Variables
|
|
// ========================================================================
|
|
|
|
@progress-border-radius: 500px;
|
|
|
|
|
|
// Component
|
|
// ========================================================================
|
|
|
|
.hook-progress() {
|
|
border-radius: @progress-border-radius;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.hook-progress-bar() {}
|
|
|
|
|
|
// Miscellaneous
|
|
// ========================================================================
|
|
|
|
.hook-progress-misc() {}
|