@natec/mef-dev-ui-kit 20.1.21 → 20.1.22

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.
@@ -1,261 +0,0 @@
1
- /* Header
2
- ------------------------------------
3
- */
4
- @use '../../vars.scss' as *;
5
-
6
- .header {
7
- position: relative;
8
- display: -webkit-box;
9
- display: -webkit-flex;
10
- display: -ms-flexbox;
11
- display: flex;
12
- height: $layout-header-height;
13
- width: 100%;
14
- padding: 0 20px 0 0;
15
- z-index: $zIndex-navbar;
16
- background-color: #fff;
17
- border-bottom: 1px solid fade($color-master-light, 70%);
18
- -webkit-box-align: center;
19
- -webkit-align-items: center;
20
- -ms-flex-align: center;
21
- align-items: center;
22
- -webkit-box-pack: justify;
23
- -webkit-justify-content: space-between;
24
- -ms-flex-pack: justify;
25
- justify-content: space-between;
26
- a {
27
- color: $color-master;
28
- &:hover,
29
- &:active,
30
- &:focus {
31
- color: $color-master;
32
- }
33
- }
34
- //Used only in Boxed layout
35
- .header-inner {
36
- height: inherit;
37
- display: -webkit-box;
38
- display: -webkit-flex;
39
- display: -ms-flexbox;
40
- display: flex;
41
- -webkit-box-align: center;
42
- -webkit-align-items: center;
43
- -ms-flex-align: center;
44
- align-items: center;
45
- -webkit-box-pack: justify;
46
- -webkit-justify-content: space-between;
47
- -ms-flex-pack: justify;
48
- justify-content: space-between;
49
- }
50
- &.transparent {
51
- background-color: transparent !important;
52
- }
53
- .brand {
54
- vertical-align: middle;
55
- width: $layout-sidepanel-width;
56
- text-align: center;
57
- }
58
-
59
- .lang {
60
- vertical-align: middle;
61
- text-align: center;
62
- }
63
-
64
- .bubble {
65
- border-radius: 100%;
66
- height: 15px;
67
- width: 15px;
68
- background-color: $color-danger;
69
- color: $color-white;
70
- position: absolute;
71
- top: -7px;
72
- float: right;
73
- right: -8px;
74
- font-family: 'Open Sans';
75
- font-size: 13px;
76
- }
77
- .notification-list {
78
- display: inline-block;
79
- line-height: 23px;
80
- }
81
- .search-link {
82
- display: inline-block;
83
- margin-left: 15px;
84
- color: $color-master;
85
- opacity: 0.7;
86
- font-size: 14px;
87
- vertical-align: middle;
88
- line-height: 12px;
89
- font-family: $base-font-family;
90
- i {
91
- margin-right: 15px;
92
- font-size: 16px;
93
- vertical-align: middle;
94
- }
95
- &:hover {
96
- opacity: 1;
97
- }
98
- }
99
- .pg {
100
- font-size: 16px;
101
- }
102
- ul {
103
- li {
104
- line-height: 12px;
105
- vertical-align: middle;
106
- }
107
- }
108
- .dropdown {
109
- line-height: 12px;
110
- }
111
- .dropdown-menu {
112
- margin-top: 10px;
113
- }
114
- }
115
- /* Bootstrap navbar
116
- ------------------------------------
117
- */
118
- .navbar {
119
- min-height: 50px;
120
- position: relative;
121
- margin-bottom: 20px;
122
- border: 1px solid transparent;
123
- top: -1px;
124
- }
125
- .navbar-nav > li {
126
- & > a {
127
- position: relative;
128
- display: block;
129
- padding: 10px 15px;
130
- padding-top: 20px;
131
- padding-bottom: 20px;
132
- }
133
- }
134
-
135
- .nav > li > a {
136
- padding: 10px 15px;
137
- }
138
-
139
- .navbar-default {
140
- background-color: $color-white;
141
- .navbar-nav > .active > a,
142
- .navbar-default .navbar-nav > .active > a:hover,
143
- .navbar-default .navbar-nav > .active > a:focus {
144
- background-color: transparent;
145
- }
146
- .navbar-nav > .active > a,
147
- .navbar-default .navbar-nav > .active > a:hover,
148
- .navbar-default .navbar-nav > .active > a:focus {
149
- background-color: transparent;
150
- }
151
- }
152
-
153
- .navbar-toggle {
154
- border-radius: 0;
155
- background-color: transparent !important;
156
- }
157
-
158
- .navbar-default .navbar-nav > li > a {
159
- color: $color-master;
160
- }
161
-
162
- .nav-collapse {
163
- &.collapse {
164
- height: 100% !important;
165
- }
166
- }
167
- .navbar-center,
168
- .navbar-center > li {
169
- float: none;
170
- display: inline-block;
171
- display: inline;
172
- zoom: 1;
173
- vertical-align: top;
174
- }
175
-
176
- .navbar-nav {
177
- li a {
178
- min-width: 50px;
179
- }
180
- }
181
-
182
- /*** General tablets and phones ***/
183
- @media (max-width: 991px) {
184
- .header {
185
- padding: 0 15px;
186
- width: 100%;
187
- border-bottom: 1px solid rgba(0, 0, 0, 0.07);
188
- .header-inner {
189
- text-align: center;
190
- .mark-email {
191
- left: 45px;
192
- position: absolute;
193
- top: 23px;
194
- }
195
- .quickview-link {
196
- position: absolute;
197
- right: 0;
198
- top: 12px;
199
- }
200
- }
201
- .brand {
202
- width: auto;
203
- }
204
- }
205
- }
206
-
207
- @media (max-width: 767px) {
208
- .header {
209
- height: $layout-mobile-header-height;
210
- .header-inner {
211
- height: $layout-mobile-header-height;
212
- }
213
- }
214
- .header .user-info-wrapper {
215
- display: none;
216
- }
217
- .header .search-link {
218
- height: 19px;
219
- width: 16px;
220
- overflow: hidden;
221
- }
222
- }
223
-
224
- @media (max-width: 480px) {
225
- .header {
226
- width: 100%;
227
- height: $layout-mobile-header-height;
228
- border-bottom: 1px solid rgba(0, 0, 0, 0.07);
229
- .header-inner {
230
- height: $layout-mobile-header-height;
231
- text-align: center;
232
- .toggle-email-sidebar {
233
- font-size: 16px;
234
- top: 12px;
235
- }
236
- .mark-email {
237
- left: 35px;
238
- top: 14px;
239
- }
240
- .quickview-link {
241
- top: 14px;
242
- }
243
- }
244
- .dropdown-submenu {
245
- top: 12px;
246
- }
247
- }
248
- }
249
- //Windows Rendering
250
- .windows {
251
- .header .search-link {
252
- font-size: 15px;
253
- }
254
- }
255
-
256
- .m-t-10 {
257
- margin-top: 10px;
258
- }
259
- /* END Header
260
- ------------------------------------
261
- */
@@ -1,184 +0,0 @@
1
- /*------------------------------------------------------------------
2
- [1. Layouts]
3
- */
4
- @use '../../vars.scss' as *;
5
- @use '../_mixins.scss' as mix;
6
-
7
- html {
8
- height: 100%;
9
- }
10
- /* Body Triggers for layout options
11
- ------------------------------------------------------------------
12
- */
13
- body {
14
- height: 100%;
15
- margin: 0;
16
- padding: 0;
17
- background-color: $color-master-lightest;
18
- -moz-osx-font-smoothing: grayscale;
19
- &.fixed-header {
20
- .header {
21
- position: fixed;
22
- left: 0;
23
- top: 0;
24
- }
25
- }
26
- &.no-header {
27
- .page-container .page-content-wrapper .content {
28
- padding-top: 0px;
29
- }
30
- .header {
31
- border-bottom-color: transparent;
32
- }
33
- }
34
- &.dashboard {
35
- background: $dashboard-background;
36
- .page-container {
37
- background: $dashboard-background;
38
- }
39
- }
40
- &.menu-pin {
41
- .overlay {
42
- padding-left: 0;
43
- .overlay-brand {
44
- margin-left: 0;
45
- }
46
- }
47
- }
48
- }
49
-
50
- /* Page Container
51
- ------------------------------------
52
- */
53
- .page-container {
54
- width: 100%;
55
- height: 100%;
56
-
57
- padding-left: $layout-sidepanel-width-collapsed;
58
- .page-content-wrapper {
59
- min-height: 100%;
60
- position: relative;
61
- .content {
62
- /* Content holder */
63
- z-index: 10;
64
- padding-top: $layout-header-height;
65
- padding-bottom: 44px;
66
- min-height: 100%;
67
- @include mix.transition(all 0.3s ease);
68
- &.full-width {
69
- width: 100%;
70
- }
71
- .content-inner {
72
- display: inline-block;
73
- vertical-align: top;
74
- height: 100%;
75
- padding-left: 30px;
76
- position: relative;
77
- }
78
- &:only-child {
79
- padding-bottom: 0px;
80
- }
81
- &.overlay-footer {
82
- padding-bottom: 0px;
83
- }
84
- }
85
- .footer {
86
- /* Footer */
87
- width: auto;
88
- position: absolute;
89
- left: 0;
90
- right: 0;
91
- bottom: 0;
92
- @include mix.transition(left 0.3s ease);
93
- &.fixed {
94
- position: fixed;
95
- background-color: #fff;
96
- }
97
- }
98
- }
99
- }
100
- .page-title {
101
- margin-top: 0px;
102
- }
103
-
104
- .group-container {
105
- white-space: nowrap !important;
106
- .single-group {
107
- vertical-align: top;
108
- display: inline-block;
109
- white-space: normal;
110
- }
111
- }
112
-
113
- .jumbotron {
114
- position: relative;
115
- overflow: hidden;
116
- display: block;
117
- padding: 0;
118
- .inner {
119
- position: relative;
120
- z-index: 2;
121
- }
122
- &.lg {
123
- height: 600px;
124
- }
125
-
126
- background-color: $color-master-lighter;
127
- .cover-photo {
128
- width: 100%;
129
- height: inherit;
130
- overflow: hidden;
131
- @include mix.transition(opacity 0.3s ease);
132
- background-size: cover;
133
- background-color: $color-success;
134
- }
135
- h1 {
136
- font-size: 44px;
137
- }
138
- }
139
-
140
- /* Other overides */
141
-
142
- .container-fluid {
143
- // padding-left: 30px;
144
- // padding-right: 30px;
145
- position: relative;
146
- padding: 0px;
147
- }
148
-
149
- .copyright {
150
- padding: 12px 0; // 25px 0;
151
- border-top: 1px solid fade($color-master-light, 70%);
152
- }
153
-
154
- .pager {
155
- margin: 0;
156
- }
157
-
158
- .pb-36 {
159
- padding-bottom: 36px;
160
- }
161
-
162
- .pb-41 {
163
- padding-bottom: 41px;
164
- }
165
-
166
- .pb-44 {
167
- padding-bottom: 44px;
168
- }
169
-
170
- .pb-60 {
171
- padding-bottom: 60px;
172
- }
173
-
174
- .pb-66 {
175
- padding-bottom: 66px;
176
- }
177
-
178
- .pb-81 {
179
- padding-bottom: 81px;
180
- }
181
-
182
- .pb-96 {
183
- padding-bottom: 96px;
184
- }