From aefc79523d241e47c16e54be96843e7465e15a52 Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Mon, 23 Mar 2020 17:16:45 +0200 Subject: [PATCH] toast layout updated --- src/common/Toast/ToastItem/styles.less | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/common/Toast/ToastItem/styles.less b/src/common/Toast/ToastItem/styles.less index be009cb32..2cf30917a 100644 --- a/src/common/Toast/ToastItem/styles.less +++ b/src/common/Toast/ToastItem/styles.less @@ -4,7 +4,6 @@ display: flex; flex-direction: row; width: 25rem; - min-height: 6rem; margin-bottom: 1rem; background-color: @color-surface-light4; overflow: visible; @@ -35,8 +34,8 @@ .icon-container { flex: none; align-self: stretch; - width: 3.5rem; - padding: 1rem; + width: 2.5rem; + padding: 0.5rem; .icon { display: block; @@ -53,6 +52,10 @@ .title-container { font-size: 1.2rem; + + &:not(:last-child) { + margin-bottom: 0.2rem; + } } .message-container {