h-usersite/src/app/pages/account/ref-system/ref-system.component.scss
gofnnp f8054fe3ac dev #12401
правка компьютерной версии
2022-09-20 10:39:08 +04:00

31 lines
844 B
SCSS

:host {
.ref-system {
.share-container {
display: flex;
justify-content: space-between;
height: 50px;
max-width: 400px;
margin: 0 auto;
.share {
width: 50px;
background-color: #09467f;
border-radius: 8px;
display: flex;
justify-content: center;
align-items: center;
img {
height: 26px;
}
}
.copy {
background-color: #09467f;
color: #fff;
border-radius: 8px;
width: calc(100% - 66px);
display: flex;
justify-content: center;
align-items: center;
}
}
}
}