Skip to content

Commit

Permalink
- refactoring: Snackbar element
Browse files Browse the repository at this point in the history
- Update test site: Snackbar element
  • Loading branch information
Aleksandr_Vorobev committed Jun 13, 2024
1 parent dfd98aa commit bd93eba
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,9 @@ public enum Position {
RIGHT_BOTTOM("justify-content: flex-end; align-items: flex-end;"),

START_TOP("justify-content: flex-start; align-items: flex-start;"),

CENTER_TOP("justify-content: center; align-items: flex-start;"),

END_TOP("justify-content: flex-end; align-items: flex-start;"),

LEFT_TOP("justify-content: flex-start; align-items: flex-start;"),

RIGHT_TOP("justify-content: flex-end; align-items: flex-start;");

private final String value;
Expand Down

0 comments on commit bd93eba

Please sign in to comment.