mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
Remove hardcoded colors from non theme file and replace hardcoded value with variable
This commit is contained in:
@@ -10,8 +10,6 @@ $ipb-progress--bar--border-radius: $ipb-progress--border-radius !default;
|
||||
}
|
||||
|
||||
.ipb-progress--bar, .progress-bar {
|
||||
background-color: $ipb-color-primary-600;
|
||||
color: #ffffff;
|
||||
line-height: $ipb-progress--bar--line-height;
|
||||
border-radius: $ipb-progress--bar--border-radius;
|
||||
|
||||
|
||||
@@ -9,6 +9,6 @@ $ipb-progress--bar--color: $ipb-color-white-100 !default;
|
||||
}
|
||||
|
||||
.ipb-progress--bar, .progress-bar {
|
||||
background-color: $ipb-color-primary-700;
|
||||
background-color: $ipb-progress--bar--background-color;
|
||||
color: $ipb-progress--bar--color;
|
||||
}
|
||||
Reference in New Issue
Block a user