h-usersite/angular/src/app/pages/account/ref-system/ref-system.component.scss
gofnnp 197c84f29c dev #12797
изменил расположение директорий и изменил файлы Jenkinsfile и gitignore
2022-10-11 10:40:59 +04:00

33 lines
910 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;
cursor: pointer;
img {
height: 26px;
}
}
.copy {
background-color: #09467f;
color: #fff;
border-radius: 8px;
width: calc(100% - 66px);
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
}
}
}