2017-06-27 12:26:09 +03:00
|
|
|
@import '../../../@theme/styles/variables';
|
2017-06-29 16:34:59 +03:00
|
|
|
@import '~@akveo/nga-theme/styles/global/bootstrap/hero-buttons';
|
2017-06-27 12:26:09 +03:00
|
|
|
|
|
|
|
|
@include nga-install-component() {
|
|
|
|
|
nga-tabset /deep/ ul {
|
|
|
|
|
border-bottom: 1px solid nga-theme(separator);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
nga-tab {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.contact {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
padding: 1rem;
|
|
|
|
|
border-bottom: 1px solid nga-theme(separator);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
i {
|
|
|
|
|
font-size: 2.5rem;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
nga-user /deep/ {
|
|
|
|
|
.info-container {
|
|
|
|
|
margin-left: 0.875rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.user-name {
|
|
|
|
|
font-size: 1.25rem;
|
|
|
|
|
font-weight: nga-theme(font-weight-bolder);
|
2017-06-27 13:35:03 +03:00
|
|
|
color: nga-theme(color-fg-heading);
|
2017-06-27 12:26:09 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.user-title {
|
|
|
|
|
font-size: 0.875rem;
|
2017-06-27 13:35:03 +03:00
|
|
|
font-weight: nga-theme(font-weight-light);
|
2017-06-27 12:26:09 +03:00
|
|
|
text-transform: uppercase;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|