forked from ddrilling/asb_cloud_front
Изменены основные цвета и цвета алертов
This commit is contained in:
parent
ea44e8adc2
commit
a6fa931b04
@ -9,10 +9,10 @@
|
||||
@text-disabled: #999;
|
||||
|
||||
@primary: #C32828;
|
||||
@info: #FFD166;
|
||||
@info: @primary;
|
||||
@success: #06D6A0;
|
||||
@error: #EF476F;
|
||||
@warn: #E55934;
|
||||
@warn: #fff200;
|
||||
|
||||
@layout-header-height: 48px;
|
||||
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
// Alert
|
||||
@alert-success-border-color: @success;
|
||||
@alert-success-bg-color: darken(@success, 20%);
|
||||
@alert-success-bg-color: darken(@success, 30%);
|
||||
@alert-success-icon-color: @success;
|
||||
|
||||
@alert-info-border-color: @info;
|
||||
@ -63,11 +63,11 @@
|
||||
@alert-info-icon-color: @info;
|
||||
|
||||
@alert-warning-border-color: @warn;
|
||||
@alert-warning-bg-color: darken(@warn, 20%);
|
||||
@alert-warning-bg-color: darken(@warn, 30%);
|
||||
@alert-warning-icon-color: @warn;
|
||||
|
||||
@alert-error-border-color: @error;
|
||||
@alert-error-bg-color: darken(@error, 20%);
|
||||
@alert-error-bg-color: darken(@error, 30%);
|
||||
@alert-error-icon-color: @error;
|
||||
|
||||
@select-item-selected-bg: darken(@primary, 10%); // Цвет выбранного элемента списка
|
||||
|
Loading…
Reference in New Issue
Block a user