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

42 lines
No EOL
991 B
Text

// Copyright (C) 2017-2020 Smart code 203358507
:import('~stremio/common/Popup/styles.less') {
popup-menu-container: menu-container;
}
.popup-label-container {
flex: none;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
width: 10rem;
height: 3rem;
margin: 2rem;
padding: 0 1.2rem;
color: var(--color-surfacelighter);
background: var(--color-secondarylight);
.popup-menu-container {
right: initial;
left: 0;
.menu-container {
width: 20rem;
height: 20rem;
background: var(--color-surface);
overflow-y: auto;
.random-button {
margin: 2rem;
padding: 0.8rem;
background: var(--color-primary);
text-align: center;
&:hover, &:focus {
background: var(--color-primarylight);
}
}
}
}
}