mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-03 15:36:14 +00:00
18 lines
301 B
SCSS
18 lines
301 B
SCSS
.confidential{
|
|
display: flex;
|
|
position: relative;
|
|
}
|
|
.toggle{
|
|
margin-left: 30px;
|
|
margin-top: 5px;
|
|
cursor: pointer;
|
|
position: absolute;
|
|
bottom: 0px;
|
|
right: 10px;
|
|
z-index: 5;
|
|
}
|
|
.blur {
|
|
-webkit-filter: blur(5px);
|
|
-moz-filter: blur(5px);
|
|
filter: blur(5px);
|
|
} |