1
0
Fork 0
react-custom-popup/src/Popup.scss

25 lines
429 B
SCSS

/*!
* react-custom-popup | Copyright 2019-present Tomek Wójcik <tomek@bthlabs.pl> | MIT License
* https://git.bthlabs.pl/tomekwojcik/react-custom-popup
*/
.bthlabs-react-custom-popup {
display: none;
&.bthlabs-rcp-visible {
display: block;
}
.bthlabs-rcp-overlay {
height: 100vh;
left: 0px;
position: fixed;
top: 0px;
width: 100vw;
}
.bthlabs-rcp-inner {
position: absolute;
}
}