mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-15 21:56:12 +08:00
a16de72611
* Mange stock modlla improvements [SCI-9591] * Fix manage stock modal close button [SCI-9591] * Update manage stock url after update stock value [SCI-9591]
13 lines
227 B
SCSS
13 lines
227 B
SCSS
|
|
#consumeRepositoryStockValueModal {
|
|
.consumption-container {
|
|
align-items: center;
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
margin-bottom: .8em;
|
|
|
|
.units {
|
|
margin: 1.5rem 0 0 .5rem;
|
|
}
|
|
}
|
|
}
|