stremio-web/storybook/stories/Toast/SimpleToast/styles.less
2019-10-01 17:35:17 +03:00

19 lines
No EOL
352 B
Text

.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;
pointer-events: none;
left: auto !important;
}