mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
11 lines
158 B
SCSS
11 lines
158 B
SCSS
![]() |
.progress {
|
||
|
height: 20px;
|
||
|
|
||
|
.progress-label {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: center;
|
||
|
padding-left: 0.25rem;
|
||
|
}
|
||
|
}
|