feat: add toaster

This commit is contained in:
2025-06-06 15:08:46 +03:00
parent dd452a950d
commit 9b6e163da5
35 changed files with 720 additions and 611 deletions

View File

@@ -0,0 +1,20 @@
.Slider {
display: flex;
flex-direction: row;
justify-content: space-between;
margin-bottom: rem(40px);
padding: 0 rem(20px) 0;
@include iftablet {
padding: unset;
}
@include ifdesktop {
margin-bottom: rem(80px);
}
}
.Slide {
cursor: pointer;
width: 100%;
}