[improvement] Step: add less vars
This commit is contained in:
@@ -434,6 +434,21 @@
|
||||
@slider-button-background-color: @white;
|
||||
@slider-button-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
|
||||
|
||||
// Step
|
||||
@step-text-color: @gray-dark;
|
||||
@step-process-text-color: @text-color;
|
||||
@step-font-size: 14px;
|
||||
@step-line-color: @border-color;
|
||||
@step-finish-line-color: @green;
|
||||
@step-finish-text-color: @text-color;
|
||||
@step-icon-size: 12px;
|
||||
@step-circle-size: 5px;
|
||||
@step-circle-color: @gray-dark;
|
||||
@step-horizontal-title-font-size: 12px;
|
||||
|
||||
// Steps
|
||||
@steps-background-color: @white;
|
||||
|
||||
// Stepper
|
||||
@stepper-active-color: #e8e8e8;
|
||||
@stepper-background-color: @active-color;
|
||||
|
||||
Reference in New Issue
Block a user