forever_style_guide 3.0.29 → 3.0.30

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: 15ebd2c95af9da92ab1834db286896b59de977d1
4
- data.tar.gz: 403767ee888a503f86ae651d7017f53263b83595
3
+ metadata.gz: e8ab5262efb0dac9ea765cf30e12f101c2431e7e
4
+ data.tar.gz: 2ee366feb754d3062487fb6cf4ece9373f8e69b5
5
5
  SHA512:
6
- metadata.gz: ead9eb3f048d5c95189b8dee680ecff69e1ab5073aea454d732f87be2d38326b074c74ade921fbb5d078e056b7acca8219808beb8cbecccc1cfd7d1f1548053a
7
- data.tar.gz: 05be523085405ba029ed9b0a45c240c55f0595fd583f738a78f053e4e04c4b79b4bf2113cc02dd98fcfb079b1f7ae465eb99653f406f24ab6af1dfa69f74a0ea
6
+ metadata.gz: f6387d3f880a832cf65ac34952fe07abf1ef6e9ca5a4d6a9e08816d5055e9c3a9f8caeaea724d61ff12826b86a37fd46256af65b95a451b419f8c5480af5028a
7
+ data.tar.gz: 68e5773e179015a0951385069130d76c86ad2250fff79a830b1e4b00ee1eab30e62eea551021db0d3a60f3421d892031c6907c051fc9318cc6f799434e9ae42d
@@ -1,6 +1,7 @@
1
1
  /* =bootstrap variables
2
2
  variables placed here will be overridden and reloaded in bootstrap
3
3
  ---------------------------------------------------------------------------- */
4
+ $border-radius-xl: 4px !global;
4
5
  $border-radius-large: 2px !global;
5
6
  $border-radius-small: 1px !global;
6
7
  $border-radius-default: $border-radius-small !default;
@@ -2,21 +2,37 @@ $modal-padding-footer: 15px;
2
2
  $modal-form-width-lg: 355px;
3
3
  $modal-product-suggestion-sm: 170px;
4
4
  $modal-promo-height: 475px;
5
- $border-radius-modal: 6px;
6
5
 
7
6
  .modal-content {
8
7
  border: none;
9
- border-radius: $border-radius-modal;
8
+ border-radius: $border-radius-xl;
10
9
  }
11
10
 
12
11
  .modal-header {
13
12
  border: none;
14
13
  border-top-right-radius: inherit;
15
14
  border-top-left-radius: inherit;
15
+ padding: 10px;
16
+
17
+ &.modal-header-promo {
18
+ background-color: transparent;
19
+ }
20
+
21
+ .close {
22
+ margin-top: 1px; // visual alignment
23
+ color: $color-gray-700;
24
+ opacity: 1.0;
25
+ @extend %no-shadow;
26
+
27
+ &:hover {
28
+ color: $color-gray-600;
29
+ }
30
+ }
16
31
  }
17
32
 
18
33
  .modal-title {
19
34
  font-family: $font-face-light;
35
+ font-size: $font-size-500;
20
36
  color: inherit;
21
37
  }
22
38
 
@@ -62,6 +78,18 @@ $border-radius-modal: 6px;
62
78
  text-decoration: none;
63
79
  }
64
80
 
81
+ .modal-dialog {
82
+ @media (min-width: $screen-xs-min) {
83
+ margin: ($header-height + 5) 10px 0;
84
+ }
85
+ @media (min-width: $screen-sm-min) {
86
+ margin: ($header-height + 5) auto 0;
87
+ }
88
+ @media (min-width: $screen-md-min) {
89
+ margin-top: $header-height * 2;
90
+ }
91
+ }
92
+
65
93
  .close:hover,
66
94
  .close:focus,
67
95
  .modal-close:hover,
@@ -87,6 +115,11 @@ $border-radius-modal: 6px;
87
115
  background-image: url('modals/promobg.jpg');
88
116
  }
89
117
 
118
+ .modal-promo-kit {
119
+ background-position: 50%;
120
+ image-rendering: -webkit-optimize-contrast; // fixes text-in-image fuzziness in Chrome
121
+ }
122
+
90
123
  .modal-promo-content {
91
124
  color: $color-gray-600;
92
125
  font-size: $font-size-500;
@@ -1,3 +1,3 @@
1
1
  module ForeverStyleGuide
2
- VERSION = "3.0.29"
2
+ VERSION = "3.0.30"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forever_style_guide
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.29
4
+ version: 3.0.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas McClay
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-26 00:00:00.000000000 Z
11
+ date: 2016-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails