toast layout updated

This commit is contained in:
nklhrstv 2020-03-23 17:16:45 +02:00
parent f1dc62d4a2
commit aefc79523d

View file

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