welcome_css 0.93 → 0.94

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8100315bb3d18f24f7100aa1bdb31c7e7aaf93e380a6b60f53cf3be870a9da21
4
- data.tar.gz: 4e8e7378ce0dab0ea45b88b25a03a758210eeb24ad7e2afe1e45f058e731e694
3
+ metadata.gz: 66aa0a8385a9c811e61c49dc777be43913da395bc3b3390f09ff9d4131a578c3
4
+ data.tar.gz: 86fc0cf052cca667cdd60f934e0002e0202ec47482685856ea80d1774ae20426
5
5
  SHA512:
6
- metadata.gz: fd3f77aff805a2b3265b4683f2ef3dc33b17bdf2a8334673290e284cfc7066a72a02e6754b567a3a25a87e2a82578bddf471e8a9cf64ed278cff65615aa4c56f
7
- data.tar.gz: 608a778fc94308c7c000f77aa60c1b58cea8245b287efa2e7fd21e0e461729e8155f0d618e69908b4070a5ada48c3dbcb82e3a5a9b937ef8018c7391f84937f1
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: 59px;
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: 80px;
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) {
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.93"
2
+ VERSION = "0.94"
3
3
  end
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.93'
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 00:00:00.000000000 Z
11
+ date: 2022-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails