kyruus-bootstrap-sass 1.0.0.4 → 1.0.0.5

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: eb9a3f0ad194c3a8ab814f3aa43573bd51664216
4
- data.tar.gz: 4d001584d614db32906b544649aedb83464f6ea6
3
+ metadata.gz: de286a52d619c9fd471d5273242fd6f3f574ca1c
4
+ data.tar.gz: c75742e6fab5e17e72b82ec4c20724538d36eb26
5
5
  SHA512:
6
- metadata.gz: a70fff27d068e8779526355c469ecb454ee08c51e3c7ceea3bde4879216e96389deb6379b0fe0902deb3d0f06257561036ba80dc1af702d231590e2d09d179e3
7
- data.tar.gz: a6e8be4696070502094a7942c79e6c95b0f2dfac06e43cd54a9c06b8053ccf73c9888be2106981e0ce2d21410d9bca5d031de83f656a21d2d8af121764e813c8
6
+ metadata.gz: 39fb0bcaff2a334fe87ced6ba524bd79550fc43617fc8fdf52c8e702cf18e6d2ef73582128517a2f8092a01a1d3a5efe3b1de3e23c8e946c3e84d4b4ae4e3ff6
7
+ data.tar.gz: 9312e2942aeccc41c66b4ac0def02713dd644b7a6aacc852bed64719cb2e56e02a15e2daaf60d50bdac857b7aeee46c2a7e7cdcb2e6bc4fc29f86b6c839b7136
@@ -1,7 +1,7 @@
1
1
  module Kyruus
2
2
  module Bootstrap
3
3
  module Sass
4
- VERSION = "1.0.0.4"
4
+ VERSION = "1.0.0.5"
5
5
  end
6
6
  end
7
7
  end
@@ -66,20 +66,22 @@
66
66
  @include box-shadow(none);
67
67
  }
68
68
 
69
- .brand {
69
+ .brand-kyruus {
70
70
  padding: 7px 20px 8px;
71
- width: 75px;
72
- height: 25px;
73
- background: image-url('kyruus-bootstrap/kyruus-logo-white.gif') no-repeat center center;
74
- background: rgba(0,0,0,0) image-url('kyruus-bootstrap/kyruus-logo-white.svg') no-repeat center center;
75
- }
76
- .brand-large {
77
- width: 110px;
78
- height: 38px;
79
- margin-bottom: 5px;
80
- background: image-url('kyruus-bootstrap/kyruus-logo-white-large.gif') no-repeat center center;
81
- background: rgba(0,0,0,0) image-url('kyruus-bootstrap/kyruus-logo-white.svg') no-repeat center center;
82
- background-size: 110px 38px;
71
+ &.brand {
72
+ width: 75px;
73
+ height: 25px;
74
+ background: image-url('kyruus-bootstrap/kyruus-logo-white.gif') no-repeat center center;
75
+ background: rgba(0,0,0,0) image-url('kyruus-bootstrap/kyruus-logo-white.svg') no-repeat center center;
76
+ }
77
+ &.brand-large {
78
+ width: 110px;
79
+ height: 38px;
80
+ margin-bottom: 5px;
81
+ background: image-url('kyruus-bootstrap/kyruus-logo-white-large.gif') no-repeat center center;
82
+ background: rgba(0,0,0,0) image-url('kyruus-bootstrap/kyruus-logo-white.svg') no-repeat center center;
83
+ background-size: 110px 38px;
84
+ }
83
85
  }
84
86
 
85
87
  .brand-passport {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kyruus-bootstrap-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.4
4
+ version: 1.0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Travis Chase