Commit 08a40fd8 authored by Kushal Pandya's avatar Kushal Pandya

Update styles to be Vue component compatible

parent 922d9c55
.stacked-progress-bar { .stacked-progress-bar {
display: flex; display: flex;
height: 20px; height: 16px;
width: 350px;
border-radius: 10px; border-radius: 10px;
overflow: hidden; overflow: hidden;
background-color: $theme-gray-100; background-color: $theme-gray-100;
...@@ -11,15 +10,12 @@ ...@@ -11,15 +10,12 @@
.status-neutral, .status-neutral,
.status-red, { .status-red, {
height: 100%; height: 100%;
min-width: 25px;
padding: 0 5px;
font-size: $tooltip-font-size; font-size: $tooltip-font-size;
font-weight: normal; font-weight: normal;
color: $white-light; color: $white-light;
line-height: 20px; line-height: 16px;
&.has-value {
min-width: 25px;
padding: 0 5px;
}
&:hover { &:hover {
cursor: pointer; cursor: pointer;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment