stremio-web/storybook/stories/Toast/SimpleToast/styles.less
2020-04-08 11:45:16 +03:00

18 lines
No EOL
347 B
Text

// Copyright (C) 2017-2020 Smart code 203358507
.root-container {
width: 100%;
height: 100%;
color: var(--color-surfacelighter);
button {
color: var(--color-surfacelighter);
background-color: var(--color-primarydark);
padding: .5rem;
margin: .5rem;
}
}
.toasts-container {
width: 30rem;
}