sigbit_admin_rails 0.0.5 → 0.0.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d974c8e24196babeb7c5172f26a26277e9ea7ef2
4
- data.tar.gz: d1471801c9df9dfecc5f74f8ba1a92748561e83a
3
+ metadata.gz: 7433712d9c52b41a0b63a609a53a9ff94cc7adac
4
+ data.tar.gz: ad950a2299649f840d0d7d618ff480caeef7c972
5
5
  SHA512:
6
- metadata.gz: 619206c4e03e1ba36b2dc0eea2c9bc114080a0cc6b9530afe2fca2a0a7ff24332b3abe77fb42144fde24d957c3928bed4d6d94fbce5ec98e18cc6ac9fb67ec98
7
- data.tar.gz: 13c69a5f16febffb84f4d4b7e96e0f06319d8320e539242482d785367bbae77e9712ca3a285f3afac91535e83be41d35ec1e72a0630caf3c8e72d6e807335b78
6
+ metadata.gz: 0f7ca3984dbd44536ed54f1ebe01d848a0c62927bde7a788e687006d55d5ff95cffbc5d0aa3684d65b07712aaa5527982a0309ef9aa0ee7b4fb62aa09529ad40
7
+ data.tar.gz: 27f735b7418a33e92cb157cb45f353c77d8bdf49c0c428f97c2d79efa23cf0dab2bb24314e1ea3960c9650b7a62f1d528fcba89d5dd99a444a4f7664c937d5d6
@@ -13,6 +13,20 @@
13
13
  padding: 0 $spacer;
14
14
  border-radius: 0;
15
15
  outline: 0 !important;
16
+ font-size: 1em;
17
+ color: $gray;
18
+ transition: opacity 200ms ease;
19
+
20
+ i {
21
+ margin-right: 0.5em;
22
+ font-size: 1.3em;
23
+ vertical-align: text-bottom;
24
+ color: $gray-dark;
25
+ }
26
+
27
+ &:hover {
28
+ opacity: 0.7;
29
+ }
16
30
  }
17
31
 
18
32
  .navbar-brand {
@@ -673,13 +673,13 @@ $pre-scrollable-max-height: 340px !default;
673
673
  // Logotypes
674
674
  // On mobile the sidebar logotype is replaced with the header navbar logotype
675
675
 
676
- $sidebar-logotype: "http://www.significantbit.se/assets/logotype-2b1fd527c1bed395289dcef8bdf490100f0c3303786007178694802beb83fbc8.svg" !default;
677
- $sidebar-logotype-position: $spacer center !default;
678
- $sidebar-logotype-size: auto 50% !default;
676
+ $sidebar-logotype: "http://www.significantbit.se/assets/logotype-white-3c67dd843e7b7c0f1432300d1226e6af0f655e0dff2b26f098659bb4fda48d8a.svg" !default;
677
+ $sidebar-logotype-position: center center !default;
678
+ $sidebar-logotype-size: auto 35% !default;
679
679
 
680
- $header-navbar-logotype: $sidebar-logotype !default;
680
+ $header-navbar-logotype: "http://www.significantbit.se/assets/logotype-2b1fd527c1bed395289dcef8bdf490100f0c3303786007178694802beb83fbc8.svg" !default;
681
681
  $header-navbar-logotype-width: 25% !default;
682
- $header-navbar-logotype-height: 65% !default;
682
+ $header-navbar-logotype-height: 60% !default;
683
683
 
684
684
 
685
685
  // Sidebar
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sigbit_admin_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ante Wall
@@ -32,14 +32,14 @@ dependencies:
32
32
  requirements:
33
33
  - - "~>"
34
34
  - !ruby/object:Gem::Version
35
- version: 4.0.0.alpha3
35
+ version: 4.0.0.alpha4
36
36
  type: :runtime
37
37
  prerelease: false
38
38
  version_requirements: !ruby/object:Gem::Requirement
39
39
  requirements:
40
40
  - - "~>"
41
41
  - !ruby/object:Gem::Version
42
- version: 4.0.0.alpha3
42
+ version: 4.0.0.alpha4
43
43
  description: Gem for including sigbit-admin and helpers for Rails applications
44
44
  email:
45
45
  - antewall@gmail.com