mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 18:21:04 +08:00
a9fc4c3c44
* Adding/changing stock consumption [SCI-6708] * Fix hound [SCI-6708]
17 lines
279 B
SCSS
17 lines
279 B
SCSS
|
|
#consumeRepositoryStockValueModal {
|
|
.consumption-container {
|
|
align-items: center;
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
margin-bottom: .8em;
|
|
|
|
.units {
|
|
margin: 1.25em 0 0 .5em;
|
|
}
|
|
}
|
|
|
|
.comments-container {
|
|
margin-bottom: 1em;
|
|
}
|
|
}
|