Skip to content

Commit 92de115

Browse files
author
Gabriele Panico
committed
Merge branch 'features/multi-project-availability-PRE' into master-PRE
2 parents 0da7257 + fc60510 commit 92de115

1 file changed

Lines changed: 15 additions & 7 deletions

File tree

src/app/components/sidebar-user-details/sidebar-user-details.component.scss

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,15 @@
165165
background-color: var(--sidebar-user-detail-select-background);
166166
padding: 4px 0px;
167167
border-radius: 4px;
168+
// width: 192px;
168169
-webkit-transform: translateX(-50%);
169170
transform: translateX(-50%);
170171
left: 50%;
171172
margin: auto;
172173
position: absolute;
174+
font-size: 14px;
173175
z-index: 2;
174176

175-
176-
177177
.btn{
178178
display: flex;
179179
position: relative;
@@ -182,7 +182,9 @@
182182
justify-content: center;
183183

184184
border: 1px solid transparent;
185-
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
185+
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
186+
margin: 0px;
187+
box-shadow: none;
186188
}
187189

188190
.dropdown-toggle{
@@ -289,7 +291,7 @@
289291
-webkit-background-clip: padding-box;
290292
background-clip: padding-box;
291293
color: var(--sidebar-user-detail-select-color);
292-
max-height: 240px;
294+
max-height: 250px;
293295
overflow-y: auto;
294296
}
295297

@@ -326,7 +328,7 @@
326328

327329
.dropdown-menu li>a{
328330
font-size: 13px;
329-
padding: 10px 20px;
331+
padding: 10px 12px;
330332
border-radius: 2px;
331333
transition: all 150ms linear;
332334

@@ -337,6 +339,7 @@
337339
color: var(--sidebar-user-detail-select-color);
338340
white-space: nowrap;
339341
text-decoration: none;
342+
margin: 0px;
340343
cursor: auto;
341344

342345
img {
@@ -345,7 +348,6 @@
345348
position: relative;
346349
top: 1px;
347350
}
348-
349351
.material-icons {
350352
vertical-align: middle;
351353
}
@@ -379,6 +381,13 @@
379381

380382
&.project-item-status-wrapper {
381383
position: relative;
384+
385+
.project-item-status-name {
386+
margin-right: 4px;
387+
color: #a9afbb;
388+
font-size: 9px;
389+
390+
}
382391
}
383392

384393
.status-dropdown {
@@ -426,7 +435,6 @@
426435
/* Status dropdown fuori da #user-details - stessi colori ng-select */
427436
.status-dropdown-outside {
428437
position: fixed !important;
429-
transform: translateY(-50%);
430438
z-index: 1100;
431439
min-width: 140px;
432440
padding: 4px 0;

0 commit comments

Comments
 (0)