ros.grant.common 2.0.1013 → 2.0.1017
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Shared/Styles/Layout/DashboardLayout/Content.less +3 -3
- package/Shared/Styles/Layout/DashboardLayout/Sidebar.less +8 -4
- package/Shared/Styles/Modules/Input/CustomNg-Select.less +4 -0
- package/Shared/Styles/Modules/Input/inputbox.less +1 -1
- package/Shared/Styles/Modules/employee-panel.less +8 -6
- package/package.json +1 -1
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
.page-content {
|
|
6
6
|
min-height: 60px;
|
|
7
7
|
vertical-align: bottom;
|
|
8
|
-
width: calc(~"100% -
|
|
8
|
+
width: calc(~"100% - 280px");
|
|
9
9
|
margin-left: auto;
|
|
10
10
|
|
|
11
11
|
@media (max-width:991px) {
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
align-items: center;
|
|
122
122
|
height: 60px;
|
|
123
123
|
padding-left: 40px;
|
|
124
|
-
width:
|
|
124
|
+
width: 280px;
|
|
125
125
|
box-shadow: 4px 0px 10px rgba(57, 52, 66, 0.15);
|
|
126
126
|
|
|
127
127
|
.logo-img {
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
.page-inner {
|
|
226
|
-
background:
|
|
226
|
+
background: var(--Bg1);
|
|
227
227
|
width: 100%;
|
|
228
228
|
min-height: 100%;
|
|
229
229
|
position: relative;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
.page-sidebar {
|
|
2
|
-
width:
|
|
2
|
+
width: 280px;
|
|
3
3
|
position: fixed;
|
|
4
4
|
background: #fff;
|
|
5
5
|
top: 60px;
|
|
@@ -63,7 +63,6 @@
|
|
|
63
63
|
font-weight: 400;
|
|
64
64
|
display: flex;
|
|
65
65
|
align-items: center;
|
|
66
|
-
justify-content: space-between;
|
|
67
66
|
padding: 10px 15px;
|
|
68
67
|
padding-left: 12px;
|
|
69
68
|
color: var(--Main1);
|
|
@@ -73,11 +72,15 @@
|
|
|
73
72
|
cursor: pointer;
|
|
74
73
|
border-left: 4px solid transparent;
|
|
75
74
|
border-bottom: 1px solid var(--Bg2);
|
|
75
|
+
transition: 0.2s;
|
|
76
76
|
|
|
77
|
+
*{
|
|
78
|
+
transition: .2s;
|
|
79
|
+
}
|
|
80
|
+
|
|
77
81
|
&:hover {
|
|
78
82
|
background-color: var(--Bg2);
|
|
79
|
-
|
|
80
|
-
span {
|
|
83
|
+
* {
|
|
81
84
|
color: var(--Main2);
|
|
82
85
|
}
|
|
83
86
|
}
|
|
@@ -117,6 +120,7 @@
|
|
|
117
120
|
top: 50%;
|
|
118
121
|
transform: translateY(-50%);
|
|
119
122
|
transition: 0.2s;
|
|
123
|
+
line-height: 0;
|
|
120
124
|
}
|
|
121
125
|
}
|
|
122
126
|
}
|
|
@@ -497,7 +497,7 @@ input.ng-invalid.ng-touched {
|
|
|
497
497
|
.page-wrapper {
|
|
498
498
|
&:not(.mvc-service.pgrants) {
|
|
499
499
|
|
|
500
|
-
label:not(.custom-checkbox,.slider-checkbox,.custom-switch
|
|
500
|
+
label:not(.custom-checkbox,.slider-checkbox,.custom-switch,.input-icon),
|
|
501
501
|
.custom__label,
|
|
502
502
|
.custom-label {
|
|
503
503
|
font-size: 14px;
|
|
@@ -543,8 +543,8 @@
|
|
|
543
543
|
overflow-y: auto;
|
|
544
544
|
overflow-x: hidden;
|
|
545
545
|
background: #fff;
|
|
546
|
-
z-index:
|
|
547
|
-
transition: 0.
|
|
546
|
+
z-index: 99998;
|
|
547
|
+
transition: 0.3s;
|
|
548
548
|
transform: translateX(100%);
|
|
549
549
|
box-shadow: -4px 0px 10px rgba(57, 52, 66, 0.15);
|
|
550
550
|
|
|
@@ -639,19 +639,21 @@
|
|
|
639
639
|
|
|
640
640
|
.bg-sidebar {
|
|
641
641
|
opacity: .4;
|
|
642
|
-
visibility: visible;
|
|
643
642
|
width: 100%;
|
|
644
|
-
height: 100%;
|
|
645
|
-
z-index: 99999;
|
|
646
643
|
}
|
|
647
644
|
}
|
|
648
645
|
}
|
|
649
646
|
|
|
650
647
|
.bg-sidebar {
|
|
651
|
-
transition: .
|
|
648
|
+
transition: .5s;
|
|
652
649
|
position: fixed;
|
|
653
650
|
background: #000;
|
|
654
651
|
opacity: 0;
|
|
652
|
+
top: 0;
|
|
653
|
+
left: 0;
|
|
654
|
+
width: 0;
|
|
655
|
+
height: 100%;
|
|
656
|
+
z-index: 99997;
|
|
655
657
|
}
|
|
656
658
|
|
|
657
659
|
.fixed-button-bar {
|
package/package.json
CHANGED