mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-10 14:16:28 +08:00
Stock column management UX/UI fixes [SCI-6674] (#3979)
This commit is contained in:
parent
4df8faec7e
commit
785ff4152e
2 changed files with 5 additions and 2 deletions
|
|
@ -8,14 +8,17 @@
|
|||
.changing-existing-stock-units-warning {
|
||||
@include font-small;
|
||||
background-color: $brand-warning-light;
|
||||
border-radius: $border-radius-default;
|
||||
padding: .5em;
|
||||
margin-top: .5em;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.sci-input-container.error {
|
||||
margin-bottom: 3em;
|
||||
|
||||
.changing-existing-stock-units-warning {
|
||||
bottom: -3.5em;
|
||||
bottom: -2.5em;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1736,7 +1736,7 @@ en:
|
|||
add_column: "Add column"
|
||||
manange_modal_column:
|
||||
name_placeholder: "Enter column name..."
|
||||
empty_name_error: "Colmun must have a name."
|
||||
empty_name_error: "Column must have a name."
|
||||
value_too_high_error: "Too high (max %{max_value})"
|
||||
name: "Name"
|
||||
colum_type: "Column type"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue