welcome_css 0.93 → 0.94
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.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/_welcome-ui-responsive.scss +30 -2
- data/lib/welcome_css/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 66aa0a8385a9c811e61c49dc777be43913da395bc3b3390f09ff9d4131a578c3
|
|
4
|
+
data.tar.gz: 86fc0cf052cca667cdd60f934e0002e0202ec47482685856ea80d1774ae20426
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 29460188e2e5384c1f0dc3368da16f1f6a332886cbf89fd3d7af35670f818f485cc7707179b700f3eb5a521a5577dfc1be6ff3b8d51ed9e2c881e9ff3d68d6c9
|
|
7
|
+
data.tar.gz: 842151b7032ea5d2c61767ad4bbf7c9af0fc33994af4de06c89a64bc3d906c715aa919166adc8cf935e5c39bf47221826227f79b72d0c7e94d74375fdff3917e
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
position: fixed;
|
|
175
175
|
z-index: 2;
|
|
176
176
|
right: 0px;
|
|
177
|
-
top:
|
|
177
|
+
top: 55px;
|
|
178
178
|
background-color: #fff;
|
|
179
179
|
box-shadow: 0 2px 6px 0 rgba(207,207,207,0.80);
|
|
180
180
|
}
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
padding-left: 24px;
|
|
188
188
|
}
|
|
189
189
|
.ui-app-area {
|
|
190
|
-
padding-top:
|
|
190
|
+
padding-top: 60px;
|
|
191
191
|
}
|
|
192
192
|
.menu-app {
|
|
193
193
|
position: fixed;
|
|
@@ -247,6 +247,22 @@
|
|
|
247
247
|
top: 0;
|
|
248
248
|
right: 170px;
|
|
249
249
|
}
|
|
250
|
+
.navbar.navbar-ui {
|
|
251
|
+
display: none !important;
|
|
252
|
+
}
|
|
253
|
+
.navbar-container {
|
|
254
|
+
position: fixed;
|
|
255
|
+
z-index: 9999;
|
|
256
|
+
}
|
|
257
|
+
.menu-app {
|
|
258
|
+
width: 100%;
|
|
259
|
+
height: 0;
|
|
260
|
+
min-height: auto;
|
|
261
|
+
}
|
|
262
|
+
.ui-app-area .menu-app .left-menu .list-group-item {
|
|
263
|
+
padding: 7px 15px 7px 40px !important;
|
|
264
|
+
font-size: 15px;
|
|
265
|
+
}
|
|
250
266
|
}
|
|
251
267
|
|
|
252
268
|
@media (max-width: 880px) {
|
|
@@ -340,6 +356,18 @@
|
|
|
340
356
|
#model-area-themes [draggable] {
|
|
341
357
|
width: 48%;
|
|
342
358
|
}
|
|
359
|
+
.pills-content .nav-tabs {
|
|
360
|
+
width: 100%;
|
|
361
|
+
height: auto;
|
|
362
|
+
}
|
|
363
|
+
.pills-content .nav-tabs .nav-item {
|
|
364
|
+
display: block;
|
|
365
|
+
float: left;
|
|
366
|
+
position: relative;
|
|
367
|
+
}
|
|
368
|
+
.pills-content .tab-content.content-lateral {
|
|
369
|
+
width: 100%;
|
|
370
|
+
}
|
|
343
371
|
}
|
|
344
372
|
|
|
345
373
|
@media (max-width: 580px) {
|
data/lib/welcome_css/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: welcome_css
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '0.
|
|
4
|
+
version: '0.94'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jose Camacho
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-10-
|
|
11
|
+
date: 2022-10-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|