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

Update styles to be Vue component compatible

parent 922d9c55
.stacked-progress-bar {
display: flex;
height: 20px;
width: 350px;
height: 16px;
border-radius: 10px;
overflow: hidden;
background-color: $theme-gray-100;
......@@ -11,15 +10,12 @@
.status-neutral,
.status-red, {
height: 100%;
min-width: 25px;
padding: 0 5px;
font-size: $tooltip-font-size;
font-weight: normal;
color: $white-light;
line-height: 20px;
&.has-value {
min-width: 25px;
padding: 0 5px;
}
line-height: 16px;
&:hover {
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