mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-02-26 21:36:26 +00:00
18 lines
241 B
SCSS
18 lines
241 B
SCSS
.version-item {
|
|
.check {
|
|
width: 1rem;
|
|
height: 100%;
|
|
}
|
|
|
|
> .version-link {
|
|
.flex-column {
|
|
width: 260px;
|
|
}
|
|
|
|
.input-group .version-label, .input-group input {
|
|
width: 140px;
|
|
flex: 1 1 auto;
|
|
}
|
|
}
|
|
}
|