1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fixed hero slider

This commit is contained in:
Fedor Katurov 2020-11-06 12:02:46 +07:00
parent 558fbc703a
commit 916883ad16
2 changed files with 23 additions and 20 deletions

View file

@ -109,25 +109,11 @@
}
}
// .title {
// flex: 0;
// height: 48px;
// display: flex;
// align-items: center;
// justify-content: center;
// padding: 0 $gap 0 0;
// background: red;
// border-radius: $radius;
// font: $font_hero_title;
// text-transform: uppercase;
// }
.buttons {
display: flex;
align-items: center;
justify-content: center;
height: 48px;
// background: rgba(0, 0, 0, 0.7);
flex-direction: row;
width: 96px;
border-radius: $radius;
@ -146,7 +132,6 @@
}
}
// new
.loaders {
position: absolute;
top: 0;
@ -159,6 +144,5 @@
position: absolute;
left: 0;
top: 0;
}
}