waterfall_bourbon_neat_rails 1.2.8 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cda618388e38530bf7de7072dfdef0894ae4dd95
4
- data.tar.gz: 02cc4fc6ed1c0571f37df451dc5da9d3fac6e946
3
+ metadata.gz: 8df9f0a3d3f8c7b6b8ef9b2efd223dc39279d7e6
4
+ data.tar.gz: 45b0c37642d29f1693a4ff98af8b374cd1bebdde
5
5
  SHA512:
6
- metadata.gz: 0865fee03b116944efdc49c020f03038fa4c01698939b5c7cc489f2461d4a5b52772e192723538b9d303535ee46224f8a3d7650b38afdd493d8e0bdd1d8400fc
7
- data.tar.gz: 9490840433050c238e13d64d5ef1fb583d3e3aefab0384b3382ddb5be4c2286cf00bce7982bc21f700e4e37c15973e88a6ea1a864934861e6c9778f9e02d0db4
6
+ metadata.gz: bd21d7a59fcf5c055eeac495b2583840f3f33fb5ef475ba9db820e1784b10dcc6be8fb9c04bc4f1b7b300d1c10aa1bacfee21d5f3e9f986129c096204e4d650c
7
+ data.tar.gz: b10dcdd3c56cf3bb5572cde77f85101a76d478878dc2eef3a85835efbddc5f9100661acb3c7e7853fe4274719692ff0c98bbe8adf1ddbfe814143838204c5a33
@@ -24,7 +24,6 @@
24
24
 
25
25
  .button-negative{
26
26
  @include button-negative(#000);
27
- margin-left:30px;
28
27
  }
29
28
 
30
29
  .button-negative.type2{
@@ -48,11 +48,10 @@
48
48
  color: $color;
49
49
  width: $width;
50
50
  height: $height;
51
- line-height: $height;
52
- font-weight: bold;
51
+ font-weight: bolder;
53
52
  font: inherit;
54
53
  text-align: center;
55
- padding: 0;
54
+ padding: 6px 0;
56
55
  cursor: pointer;
57
56
  background-color: $background;
58
57
  border: solid 2px $color;
@@ -38,6 +38,7 @@ body{
38
38
  footer{
39
39
  width: 100%;
40
40
  height: 50px;
41
+ font-size: 12px;
41
42
  line-height: 50px;
42
43
  color:white;
43
44
  text-align: center;
@@ -61,9 +62,10 @@ body#main {
61
62
  section.header {
62
63
  .logo {
63
64
  @include outer-container;
64
- padding: 50px 0;
65
65
  img {
66
- width: 400px;
66
+ @include span-columns(4);
67
+ @include shift(6);
68
+ @include pad(30px 0);
67
69
  }
68
70
  }
69
71
  }
@@ -11,16 +11,18 @@
11
11
 
12
12
  .profileImage{
13
13
  @include span-columns(4 of 14);
14
-
15
- background-color: #FFFFFF;
16
14
  overflow: hidden;
17
- box-shadow: 0px 0px 8px 1px #5b6770;
18
15
  }
19
16
 
20
17
  .headshot{
21
18
  @include pad(10px);
19
+ background: white;
20
+ max-height: 250px;
22
21
  max-width: 100%;
23
- max-height: 100%;
22
+ box-shadow: 0 0 10px 1px;
23
+ min-height: 250px;
24
+ min-width: 200px;
25
+ overflow: hidden;
24
26
  }
25
27
 
26
28
  .personalInfo, .microsite-link{
@@ -64,6 +64,8 @@
64
64
 
65
65
  select{
66
66
  @include pad(0 5px);
67
+ -webkit-appearance: none;
68
+ background: white;
67
69
 
68
70
  width: 100%;
69
71
  height: 40px;
@@ -2,27 +2,19 @@
2
2
  background: image-url('home-bg.jpg') no-repeat fixed center center / cover #383A3D;
3
3
  position: relative;
4
4
 
5
- .header{
6
- .logo {
7
- width: 430px;
8
- padding: 4% 0px 6%;
9
- margin: 0px auto;
10
- }
11
- }
12
-
13
5
  .welcome-shared span {
14
6
  display: block;
15
7
  text-transform: uppercase;
16
8
 
17
9
  &.not-bold {
18
- font-size: 22px;
10
+ font-size: 20px;
19
11
  line-height: 24px;
20
12
  font-weight: 200;
21
13
  }
22
14
 
23
15
  &.bold {
24
16
  font-weight: 600;
25
- font-size: 42px;
17
+ font-size: 38px;
26
18
  line-height: 52px;
27
19
  margin: 0.25em 0px;
28
20
  }
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "1.2.8".freeze
2
+ VERSION = "1.3.0".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waterfall_bourbon_neat_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.8
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waterfall Software Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-03 00:00:00.000000000 Z
11
+ date: 2014-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -225,6 +225,8 @@ files:
225
225
  - app/assets/javascripts/waterfall_bourbon_neat_rails.js
226
226
  - app/assets/javascripts/waterfall_bourbon_neat_rails/application.js
227
227
  - app/assets/libs/bPopup/jquery-bpopup.js
228
+ - app/assets/libs/chosen/chosen-sprite.png
229
+ - app/assets/libs/chosen/chosen-sprite@2x.png
228
230
  - app/assets/libs/chosen/chosen.jquery.css
229
231
  - app/assets/libs/chosen/chosen.jquery.js
230
232
  - app/assets/libs/jQueryUI/images/ui-bg_diagonals-thick_18_b81900_40x40.png