mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-17 13:38:08 +01:00
feat(dashboard): add contacts and room selector components
This commit is contained in:
parent
d351b3d6ff
commit
61869dad7a
18 changed files with 374 additions and 19 deletions
44
src/app/pages/dashboard/contacts/contacts.component.scss
Normal file
44
src/app/pages/dashboard/contacts/contacts.component.scss
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
@import '../../../@theme/styles/variables';
|
||||
@import '~@nga/theme/styles/global/bootstrap/hero-buttons';
|
||||
|
||||
@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);
|
||||
color: nga-theme(color-head);
|
||||
}
|
||||
|
||||
.user-title {
|
||||
font-size: 0.875rem;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue