This repository has been archived on 2021-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
internet-dhier-et-daujourd-.../assets/css/sass/app/includes/_globalElements.scss
2017-06-10 21:11:03 +02:00

14 lines
205 B
SCSS

.container{
width:80%;
margin:auto;
}
.overlay{
position: absolute;
background: rgba(48, 69, 89, 0.7);
z-index:1000;
width: 100%;
height: 100%;
}
.invisible{
display:none;
}