|
|
- /**
- *
- *
- *
- */
-
- .tiny-consent {
- &__banner {
- position: fixed;
- left: 0;
- bottom: 0;
-
- width: 100%;
- height: auto;
-
- margin: 1em;
- }
-
- &__cookies {
- margin: 0;
- padding: 0;
- }
-
- &__content {
- display: none;
- }
-
- &__cookie {
- display: none;
- }
- }
-
- .show {
- display: block;
- }
|