ngx-admin/src/app/pages/dashboard/contacts/contacts.component.scss

57 lines
1 KiB
SCSS
Raw Normal View History

@import '../../../@theme/styles/variables';
@import '~@akveo/nga-theme/styles/global/bootstrap/hero-buttons';
@include nga-install-component() {
nga-tabset {
height: 100%;
display: flex;
flex-direction: column;
}
nga-tab {
flex: 1;
overflow-y: auto;
padding: 0;
}
.contact {
display: flex;
align-items: center;
justify-content: space-between;
color: nga-theme(color-fg);
padding: 1rem;
border-bottom: 1px solid nga-theme(separator);
}
.i-contact {
font-size: 2.5rem;
cursor: pointer;
}
.time {
font-size: 0.875rem;
font-weight: nga-theme(font-weight-light);
text-transform: uppercase;
}
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);
}
.user-title {
font-size: 0.875rem;
2017-06-27 13:35:03 +03:00
font-weight: nga-theme(font-weight-light);
text-transform: uppercase;
}
}
}