Stock column management UX/UI fixes [SCI-6674] (#3979)

This commit is contained in:
artoscinote 2022-04-05 10:30:06 +02:00 committed by GitHub
parent 4df8faec7e
commit 785ff4152e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -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;
}

View file

@ -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"