forever_style_guide 3.3.4 → 3.3.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: 2a20f21821a651a0eaf0e620e993f39d1213c6f8
4
- data.tar.gz: c8b160e5fff2428c2c2509a5179efab1cc96a41b
3
+ metadata.gz: a005fdf55ca638f302879ada4cb6d1c1e4b3e4cc
4
+ data.tar.gz: 188566b81a29d7ad429558b0f60301f6345d48f8
5
5
  SHA512:
6
- metadata.gz: da0fe6fa1b4d7f3ec05c5fcce25400b4407bc4d09b83591d1b0a450eefb32ccee7cffa1508c2c5fd87ab61dae739b14b197e1dc7075525789c249eb83d36f797
7
- data.tar.gz: 099737aa231fb816c311a657dab55800f222b73be123c5c869c1f45f7820efb20ea6d214d2de9efebd15050eea70f2e5c207d38e1228b0dc5332134b9af949a4
6
+ metadata.gz: 99d72f6b7fda55d861a8c4f2f76e3b1015eb7e6a4bcab66f826c9a2a41bbf0d3b2f45a1911c4f0a72fd1f61e41a33292421c2dcc840e8ffa9cf3046b882614c6
7
+ data.tar.gz: 75361c8531105ec0c29e8b6cb7e47e55bf050a1902ba1a3c1eab2cc0339f807f8746953e3dd58e0f3f726e5100b9012c613076358922af16cc1e7b28bc5ffe55
@@ -1,6 +1,7 @@
1
1
  // desktop authenticated account dropdown styling
2
2
  $avatar-height: 35px;
3
3
  $avatar-width: 35px;
4
+ $avatar-sm-width: 70px;
4
5
 
5
6
  $user_info-max_width: 100px;
6
7
  $user_info-max_width-sm: 70px;
@@ -90,6 +91,7 @@ $padding-small-horizontal: 3px;
90
91
  }
91
92
 
92
93
  .navigation-account_dropdown-avatar {
94
+ min-width: $avatar-sm-width; // fixes an ie 11 flexbug
93
95
  margin: 0;
94
96
  margin-right: $padding-large-horizontal;
95
97
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
@@ -108,18 +110,20 @@ $padding-small-horizontal: 3px;
108
110
  .navigation-account_dropdown-user_info-logged_in {
109
111
  width: 100%;
110
112
  text-align: left;
113
+ flex: 1 1 auto; //ensures consistent display in ie 10
111
114
  }
112
115
 
113
116
  .navigation-account_dropdown-user_info-logged_in-name {
114
117
  display: inline-block;
115
118
  max-width: $user_info-name-max_width;
119
+ line-height: 1.1; // just a little tighter for multi line names
116
120
  word-wrap: break-word;
117
121
  }
118
122
 
119
123
  .navigation-account_dropdown-storage_bar {
120
124
  height: 10px;
121
125
  border-radius: 50px;
122
- background: $color-gray-300;
126
+ background-color: $color-gray-300;
123
127
  margin-top: $padding-xs-vertical;
124
128
  margin-bottom: $padding-small-vertical;
125
129
  width: 100%;
@@ -127,7 +131,6 @@ $padding-small-horizontal: 3px;
127
131
 
128
132
  .navigation-account_dropdown-storage_bar-percent_used {
129
133
  border-radius: 50px;
130
- background: $color-forever_services;
131
134
  height: 100%;
132
135
  }
133
136
 
@@ -7,6 +7,7 @@ $mobile-icon-size: 21px;
7
7
  .navbar-nav > li > a {
8
8
  &.navigation-user_info-cart,
9
9
  &.navigation-user_info-help_link {
10
+ float: left; // ensures proper cart with count display in IE
10
11
  margin-top: $icon-to-text-alignment;
11
12
  padding-left: $padding-small-horizontal * 2;
12
13
  padding-right: $padding-small-horizontal * 2;
@@ -94,6 +94,8 @@ $deals-icon-vertical-position: -5px;
94
94
  }
95
95
 
96
96
  @media (max-width: $grid-float-breakpoint) {
97
+ padding-top: $padding-small-vertical;
98
+ padding-bottom: $padding-small-vertical;
97
99
  padding-left: 0;
98
100
  }
99
101
 
@@ -1,3 +1,3 @@
1
1
  module ForeverStyleGuide
2
- VERSION = "3.3.4"
2
+ VERSION = "3.3.5"
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.3.4
4
+ version: 3.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas McClay
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-05 00:00:00.000000000 Z
11
+ date: 2018-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails