16 lines
297 B
CSS
16 lines
297 B
CSS
.carryCapacityBar {
|
|
background-color: #7DC580;
|
|
background-color: rgba(255,255,255,0.27);
|
|
position: relative;
|
|
height: 4px;
|
|
}
|
|
|
|
.carryCapacityBar div{
|
|
height: 100%;
|
|
position: absolute;
|
|
}
|
|
.carryCapacityBar .tick {
|
|
border-right: solid 2px #E5E5E5;
|
|
border-right-color: rgba(255,255,255,0.54);
|
|
}
|