h-usersite/src/app/components/footer-buttons/footer-buttons.component.scss
Kataev Denis 7a62d4bb74 dev #12401
изменил верстку под новый дизайн
2022-09-07 17:06:16 +04:00

23 lines
516 B
SCSS

:host {
position: fixed;
bottom: 16px;
width: 100%;
display: flex;
justify-content: center;
.footer-buttons-container {
max-width: 400px;
width: 90vw;
&__button {
width: 100%;
height: 34px;
background: #09467f;
color: #fff;
border-radius: 5px;
font-weight: 600;
letter-spacing: 2px;
border: none;
margin-top: 8px;
cursor: pointer;
}
}
}