welcome_css 0.6 → 0.7
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.scss +19 -3
- 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: c6d3a5914ba3b706ca67f3df3d9440be98b8b30cf6121a36408c50ffd2581e18
|
|
4
|
+
data.tar.gz: e9c7ec9251b43f50d8b28e7591dd9b774a1498ebe1280383b4e75aade358f863
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5c3e1a5f5224d862a285de1ec98a5be8b18a9a0d115c3fbd306ed57ee247b68ea49a1781e2388549ca99ce03aa10a815fc15bbe1237f9b126f4a366f33239592
|
|
7
|
+
data.tar.gz: 810127c529ca12caaaac27409eebf986ac64f6b24de9f31aeac37837a705bdad05e1139b9febfccca631c4c331aa4cc829346dd3cf8aacbfb0a72a062cf4fc10
|
|
@@ -320,6 +320,7 @@ $lg-paddingbottom: 60px;
|
|
|
320
320
|
}
|
|
321
321
|
.am-wrapper.main-app .navbar {
|
|
322
322
|
height: 50px;
|
|
323
|
+
display: block;
|
|
323
324
|
}
|
|
324
325
|
.am-top-header {
|
|
325
326
|
position: fixed !important;
|
|
@@ -393,6 +394,10 @@ $lg-paddingbottom: 60px;
|
|
|
393
394
|
transition: transform 0.3s;
|
|
394
395
|
z-index: 9999;
|
|
395
396
|
font-size: 14px;
|
|
397
|
+
background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjQgNmgtMjR2LTRoMjR2NHptMCA0aC0yNHY0aDI0di00em0wIDhoLTI0djRoMjR2LTR6Ii8+PC9zdmc+');
|
|
398
|
+
background-repeat: no-repeat;
|
|
399
|
+
background-size: 18px;
|
|
400
|
+
background-position: top 16px right 12px;
|
|
396
401
|
}
|
|
397
402
|
.am-content.ui-app-area {
|
|
398
403
|
flex: 1;
|
|
@@ -407,12 +412,13 @@ $lg-paddingbottom: 60px;
|
|
|
407
412
|
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
|
|
408
413
|
}
|
|
409
414
|
.nav-menu-btn {
|
|
410
|
-
display:
|
|
411
|
-
vertical-align: middle;
|
|
415
|
+
display: none;
|
|
416
|
+
/*vertical-align: middle;
|
|
412
417
|
padding: 5px;
|
|
413
|
-
font-size: 24px;
|
|
414
418
|
cursor: pointer;
|
|
415
419
|
margin-top: 14px;
|
|
420
|
+
border: 1px solid #000;
|
|
421
|
+
z-index: 9999;*/
|
|
416
422
|
}
|
|
417
423
|
.nav-menu-btn .menu-bar {
|
|
418
424
|
background: #000;
|
|
@@ -442,6 +448,16 @@ $lg-paddingbottom: 60px;
|
|
|
442
448
|
top: 11px;
|
|
443
449
|
right: 78px;
|
|
444
450
|
}
|
|
451
|
+
.navbar-toggler {
|
|
452
|
+
display: none;
|
|
453
|
+
}
|
|
454
|
+
.col-6.admin-options {
|
|
455
|
+
display: block;
|
|
456
|
+
float: right;
|
|
457
|
+
position: relative;
|
|
458
|
+
padding-right: 40px !important;
|
|
459
|
+
height: 30px;
|
|
460
|
+
}
|
|
445
461
|
}
|
|
446
462
|
@media (max-width: 480px) {
|
|
447
463
|
.am-content.ui-app-area table {
|
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.7'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jose Camacho
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-08-
|
|
11
|
+
date: 2021-08-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|