mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
41 lines
572 B
SCSS
41 lines
572 B
SCSS
.confidential {
|
|
display: flex;
|
|
position: relative;
|
|
}
|
|
.toggle-far-twig {
|
|
i {
|
|
bottom: 0px;
|
|
right: -30px;
|
|
}
|
|
}
|
|
|
|
.toggle-close-twig {
|
|
i {
|
|
bottom: 0px;
|
|
right: -5px;
|
|
}
|
|
}
|
|
.toggle{
|
|
margin-left: 30px;
|
|
margin-top: 5px;
|
|
cursor: pointer;
|
|
position: absolute;
|
|
z-index: 5;
|
|
right: -30px
|
|
}
|
|
|
|
.toggle-far {
|
|
bottom: 0px;
|
|
right: 20px !important;
|
|
}
|
|
|
|
.toggle-close {
|
|
bottom: 125px;
|
|
right: 15px !important;
|
|
}
|
|
|
|
.blur {
|
|
-webkit-filter: blur(5px);
|
|
-moz-filter: blur(5px);
|
|
filter: blur(5px);
|
|
} |