|
19 | 19 |
|
20 | 20 | .xyz-management-content { |
21 | 21 | position: absolute; |
22 | | - top: 75px; |
23 | 22 | height: 650px; |
24 | 23 | } |
25 | 24 |
|
26 | 25 | .xyz-management-content .col-md-2.sidebar { |
27 | | - height: 650px; |
28 | | - border-right: 1px solid rgb(0, 0, 0, 0.2); |
29 | | - box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.04); |
30 | | - background-color: #ecf2f9; |
31 | | - padding-right: 0px; |
| 26 | + width: 240px; |
| 27 | + background-color: #ffffff; |
| 28 | + color: #3a3b3c; |
32 | 29 | position: fixed; |
| 30 | + height: 100%; |
| 31 | + padding-top: 20px; |
| 32 | + border-right: 1px solid #e0e0e0; |
| 33 | + box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1); |
33 | 34 | } |
34 | 35 |
|
35 | 36 | .xyz-management-content .col-md-10.main-content { |
|
39 | 40 | left: 170px; |
40 | 41 | } |
41 | 42 |
|
42 | | -@media (min-width: 400px) { |
| 43 | +@media (max-width: 426px) { |
| 44 | + .xyz-management-content .col-md-2.sidebar { |
| 45 | + width: 155px; |
| 46 | + float: left; |
| 47 | + } |
| 48 | + .xyz-management-content .col-md-10.main-content { |
| 49 | + width: calc(100% - 170px); |
| 50 | + float: left; |
| 51 | + position: sticky; |
| 52 | + left: 200px; |
| 53 | + } |
| 54 | +} |
| 55 | + |
| 56 | +@media (min-width: 426px) and (max-width: 768px) { |
43 | 57 | .xyz-management-content .col-md-2.sidebar { |
44 | 58 | width: 185px; |
45 | 59 | float: left; |
|
49 | 63 | float: left; |
50 | 64 | } |
51 | 65 | } |
| 66 | +@media (min-width:1024px) { |
| 67 | + .xyz-management-content .col-md-2.sidebar { |
| 68 | + width: 185px; |
| 69 | + float: left; |
| 70 | + } |
| 71 | + .xyz-management-content .col-md-10.main-content { |
| 72 | + width: calc(100% - 170px); |
| 73 | + float: left; |
| 74 | + } |
| 75 | +} |
| 76 | + |
| 77 | +@media (max-width:600px) { |
| 78 | + .detail .information { |
| 79 | + display: block; |
| 80 | + padding-left: 0px; |
| 81 | + } |
| 82 | + .detail .sub-heading { |
| 83 | + width: 130px; |
| 84 | + padding-right: 10px; |
| 85 | + } |
| 86 | +} |
| 87 | + |
| 88 | +.nav > li { |
| 89 | + align-items: center; |
| 90 | +/* padding: 15px 20px; */ |
| 91 | +color: #3a3b3c; |
| 92 | +text-decoration: none; |
| 93 | +transition: background-color 0.3s ease, color 0.3s ease; |
| 94 | +font-weight: 500; |
| 95 | +margin-left: 10px; |
| 96 | +} |
| 97 | + |
52 | 98 | .nav > li > a:focus, |
53 | 99 | .nav > li > a.active, |
54 | 100 | .nav > li > a:hover { |
55 | 101 | text-decoration: none; |
56 | | - background-color: #eaddff; |
| 102 | + background-color: #f0f2f5; |
| 103 | + color: #007bff; |
57 | 104 | } |
58 | 105 | .policiespage a:focus, |
59 | 106 | .policiespage a.active, |
@@ -106,21 +153,21 @@ a.employee-popover:hover { |
106 | 153 |
|
107 | 154 | /* Tooltip */ |
108 | 155 |
|
109 | | -.e-tooltip-template-css.e-tooltip-wrap.e-popup { |
| 156 | +.e-tooltip-wrap.e-popup { |
110 | 157 | background-color: #eaddff; |
111 | 158 | border: 1px solid #e0e0e0; |
112 | 159 | } |
113 | | -.e-tooltip-template-css.e-tooltip-wrap .e-arrow-tip-outer.e-tip-bottom { |
| 160 | +.e-tooltip-wrap .e-arrow-tip-outer.e-tip-bottom { |
114 | 161 | border-top: 8px solid #e0e0e0; |
115 | 162 | } |
116 | | -.e-tooltip-template-css.e-tooltip-wrap .e-tip-content { |
| 163 | +.e-tooltip-wrap .e-tip-content { |
117 | 164 | color: rgba(0, 0, 0, 0.87); |
118 | 165 | } |
119 | | -.e-tooltip-template-css.e-tooltip-wrap { |
| 166 | +.e-tooltip-wrap { |
120 | 167 | opacity: 1; |
121 | 168 | } |
122 | | -.e-tooltip-template-css.e-tooltip-wrap .e-arrow-tip-inner.e-tip-bottom, |
123 | | -.e-tooltip-template-css.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top { |
| 169 | +.e-tooltip-wrap .e-arrow-tip-inner.e-tip-bottom, |
| 170 | +.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top { |
124 | 171 | color: #eaddff; |
125 | 172 | } |
126 | 173 |
|
@@ -321,6 +368,22 @@ td.cardcell.separateline { |
321 | 368 | } |
322 | 369 | } |
323 | 370 |
|
| 371 | +@media (max-width: 600px) { |
| 372 | + .card-control-section.basic_card_layout .col-xs-6.col-sm-6.col-lg-6.col-md-6 { |
| 373 | + width: 100%; |
| 374 | + } |
| 375 | + |
| 376 | + .achievements-content |
| 377 | + .card-control-section.basic_card_layout |
| 378 | + .col-xs-6.col-sm-6.col-lg-6.col-md-6 { |
| 379 | + width: 100%; |
| 380 | + } |
| 381 | + |
| 382 | + .card-control-section.basic_card_layout .card-layout { |
| 383 | + max-width: 600px; |
| 384 | + } |
| 385 | +} |
| 386 | + |
324 | 387 | /* Horizontal Card Layout Customization */ |
325 | 388 |
|
326 | 389 | .card-control-section.horizontal_card_layout |
|
0 commit comments