23 lines
443 B
CSS
23 lines
443 B
CSS
.migrator-gauge-container {
|
|
display: block;
|
|
overflow: hidden;
|
|
height: 12px;
|
|
}
|
|
.migrator-gauge-filled {
|
|
float: left;
|
|
box-sizing: border-box;
|
|
width: 0;
|
|
height: 100%;
|
|
background-color: #80c2de;
|
|
}
|
|
.migrator-gauge-wrapper {
|
|
display: block;
|
|
overflow: hidden;
|
|
height: 12px;
|
|
position: relative;
|
|
min-width: 85px;
|
|
margin: 2px 0;
|
|
font-size: 1px;
|
|
line-height: 1px;
|
|
background: #e2e2e2;
|
|
} |