Newer
Older
@import '../../css/vars.scss';
.main-header {
overflow: auto;
}
.sidebar {
position: relative;
height: 100%;
overflow: hidden;
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
&-header {
background: #F1F4F4;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: 600;
padding-top: 10px;
&-icon {
margin-right: 15px;
position: relative;
&.notification {
&:after {
position: absolute;
right: -5px;
top: -5px;
width: 10px;
height: 10px;
border-radius: 50%;
background: $warn;
content: "";
}
}
}
&-subtitle {
color: #9B9B9B;
}
}
&-btn {
height: 50px;
display: flex;
align-items: center;
justify-content: space-around;
}
.nav {
overflow-y: scroll;
margin-top: 0px;
overflow-x: hidden;
&-item {
height: 70px;
display: flex;
align-items: center;
padding: 5px;
margin-right: 20px;
border-bottom: 1px solid #e6e6e6;
border-left: solid 5px $primary;
background: rgba($primary, 0.14);
&:after {
position: absolute;
right: 10px;
content: "";
/*width 5px*/
height: 60px;
background: #F1F4F4;
}
}
&-right {
text-align: center;
}
&-left {
width: 50px;
.fas, .material-icons {
background: #f1f4f4;
border-radius: 50%;
color: #135f7f;
font-size: 22px;
height: 25px;
width: 25px;
padding: 10px;
margin-right: 10px;
}
}
&-middle {
width: 180px;
height: 50px;
font-size: 12px;
color: #4F4F4F;
}
&-title {
font-weight: 600;
color: #135F7F;
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
}
}
}
}
.loadList {
position: absolute;
width: 100%;
height: 100%;
left: 0;
background-color: #ffffffb3;
z-index: 1;
display: flex;
align-items: baseline;
justify-content: center;
}
.profile-header {
background: $primary;
height: 95px;
display: flex;
justify-content: center;
position: relative;
}
.avatar {
cursor: pointer;
position: absolute;
//background: url(../../assets/user_sample.svg) $primary;
width: 65px;
height: 65px;
border-radius: 40px;
bottom: -20px;
transition: all 0.2s;
}
.avatar:hover {
box-shadow: 0px 0px 5px 0px #656565;
}
.user {
color: white;
padding-top: 10px;
font-weight: bold;
font-size: 20px;
right: 0px;
white-space: pre;
overflow: hidden;
text-overflow: ellipsis;
padding-right: 10px;
font-size: 24px;
color: white;
position: absolute;
left: 10px;
.admin-button {
font-size: 24px;
color: white;
position: absolute;
left: 50px;
color: white;
position: absolute;
right: 10px;
font-size: 10px;
width: 95px;
padding-left: 0px;
padding-right: 0px;
.filter.active {
background: $primary;
}
.mat-badge-content {
right: 0px !important;
top: -8px !important;
background: #F99830;
}
.noResult {
position: absolute;
top: 50%;
text-align: center;
width: 100%;
opacity: 0.5;
}
.noDoc .mat-badge-content {
background: #ddd;