2017-08-03 13:53:18 +03:00
|
|
|
@import '../../../@theme/styles/themes';
|
2017-08-01 17:42:21 +03:00
|
|
|
@import '~@nebular/theme/styles/global/bootstrap/hero-buttons';
|
2017-06-27 12:26:09 +03:00
|
|
|
|
2017-08-01 17:42:21 +03:00
|
|
|
@include nb-install-component() {
|
|
|
|
|
nb-tabset {
|
2017-07-05 20:18:53 +03:00
|
|
|
height: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
2017-06-27 12:26:09 +03:00
|
|
|
}
|
|
|
|
|
|
2017-08-01 17:42:21 +03:00
|
|
|
nb-tab {
|
2017-07-05 20:18:53 +03:00
|
|
|
flex: 1;
|
2017-07-13 11:49:38 +03:00
|
|
|
overflow-y: auto;
|
2017-06-27 12:26:09 +03:00
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.contact {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
2017-08-01 17:42:21 +03:00
|
|
|
color: nb-theme(color-fg);
|
2017-06-27 12:26:09 +03:00
|
|
|
padding: 1rem;
|
2017-08-07 16:12:38 +03:00
|
|
|
|
|
|
|
|
&:not(:last-child) {
|
|
|
|
|
border-bottom: 1px solid nb-theme(separator);
|
|
|
|
|
}
|
2017-06-27 12:26:09 +03:00
|
|
|
}
|
|
|
|
|
|
2017-07-05 20:18:53 +03:00
|
|
|
.i-contact {
|
2017-06-27 12:26:09 +03:00
|
|
|
font-size: 2.5rem;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
2017-07-05 20:18:53 +03:00
|
|
|
.time {
|
|
|
|
|
font-size: 0.875rem;
|
2017-08-01 17:42:21 +03:00
|
|
|
font-weight: nb-theme(font-weight-light);
|
2017-07-05 20:18:53 +03:00
|
|
|
text-transform: uppercase;
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-01 17:42:21 +03:00
|
|
|
nb-user /deep/ {
|
2017-06-27 12:26:09 +03:00
|
|
|
.info-container {
|
|
|
|
|
margin-left: 0.875rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.user-name {
|
|
|
|
|
font-size: 1.25rem;
|
2017-08-01 17:42:21 +03:00
|
|
|
font-weight: nb-theme(font-weight-bolder);
|
|
|
|
|
color: nb-theme(color-fg-heading);
|
2017-06-27 12:26:09 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.user-title {
|
|
|
|
|
font-size: 0.875rem;
|
2017-08-01 17:42:21 +03:00
|
|
|
font-weight: nb-theme(font-weight-light);
|
2017-06-27 12:26:09 +03:00
|
|
|
text-transform: uppercase;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|