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

57 lines
1 KiB
SCSS
Raw Normal View History

@import '../../../@theme/styles/variables';
@import '~@nebular/theme/styles/global/bootstrap/hero-buttons';
@include nb-install-component() {
nb-tabset {
height: 100%;
display: flex;
flex-direction: column;
}
nb-tab {
flex: 1;
overflow-y: auto;
padding: 0;
}
.contact {
display: flex;
align-items: center;
justify-content: space-between;
color: nb-theme(color-fg);
padding: 1rem;
border-bottom: 1px solid nb-theme(separator);
}
.i-contact {
font-size: 2.5rem;
cursor: pointer;
}
.time {
font-size: 0.875rem;
font-weight: nb-theme(font-weight-light);
text-transform: uppercase;
}
nb-user /deep/ {
.info-container {
margin-left: 0.875rem;
}
.user-name {
font-size: 1.25rem;
font-weight: nb-theme(font-weight-bolder);
color: nb-theme(color-fg-heading);
}
.user-title {
font-size: 0.875rem;
font-weight: nb-theme(font-weight-light);
text-transform: uppercase;
}
}
}