First Committ
This commit is contained in:
34
src/components/BannerCookies/BannerCookies.scss
Executable file
34
src/components/BannerCookies/BannerCookies.scss
Executable file
@@ -0,0 +1,34 @@
|
||||
// Animations
|
||||
// slideFromBottom
|
||||
.slideFromBottom-enter, .slideFromBottom-leave-to {
|
||||
transform: translate(0px, 10em);
|
||||
}
|
||||
|
||||
.slideFromBottom-enter-to, .slideFromBottom-leave {
|
||||
transform: translate(0px, 0px);
|
||||
}
|
||||
|
||||
.slideFromBottom-enter-active {
|
||||
transition: transform .2s ease-out;
|
||||
}
|
||||
|
||||
.slideFromBottom-leave-active {
|
||||
transition: transform .2s ease-in;
|
||||
}
|
||||
|
||||
.tothebottomfixed {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 60px;
|
||||
bottom: 0;
|
||||
height: -100%;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.margin_buttons_cook {
|
||||
margin: -8px -8px;
|
||||
}
|
||||
|
||||
.margin_buttons_cook > * {
|
||||
margin: 8px 8px !important;
|
||||
}
|
||||
Reference in New Issue
Block a user