solar-flair 0.1.10 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,47 +1,50 @@
1
1
 
2
- .grad-orange{
2
+
3
+ // TODO: Remove the top after color compiling works
4
+ // Below are good.
5
+
6
+ .grad-grey{
3
7
  background:
4
8
  linear-gradient(
5
- to bottom right,
6
- rgba(245, 136,61, .85),
7
- rgba(244, 123, 40, 1)
9
+ to bottom right,
10
+ rgba(lighten($color-grey, 5%), .85),
11
+ rgba(darken($color-grey, 5%), 1)
8
12
  );
9
13
  color: white;
10
14
  }
11
- .grad-green{
15
+ .grad-one{
12
16
  background:
13
17
  linear-gradient(
14
- to bottom right,
15
- rgba(66, 142, 66, .85),
16
- rgba(66, 142, 66, 1)
18
+ to bottom right,
19
+ rgba(lighten($color-one, 5%), .85),
20
+ rgba(darken($color-one, 5%), 1)
17
21
  );
18
22
  color: white;
19
23
  }
20
- .grad-purple{
24
+ .grad-two{
21
25
  background:
22
26
  linear-gradient(
23
27
  to bottom right,
24
- rgba(142,26,79, .85),
25
- rgba(158,29,88, 1)
28
+ rgba(lighten($color-two, 5%), .85),
29
+ rgba(darken($color-two, 5%), 1)
26
30
  );
27
31
  color: white;
28
32
  }
29
- .grad-blue{
33
+ .grad-three{
30
34
  background:
31
35
  linear-gradient(
32
36
  to bottom right,
33
- rgba(41,155,166, .85),
34
- rgba(20,161,175, 1)
37
+ rgba(lighten($color-three, 5%), .85),
38
+ rgba(darken($color-three, 5%), 1)
35
39
  );
36
40
  color: white;
37
41
  }
38
- .grad-grey{
42
+ .grad-four{
39
43
  background:
40
44
  linear-gradient(
41
45
  to bottom right,
42
- rgba(105,105,105, .85),
43
- rgba(130,130,130, 1)
46
+ rgba(lighten($color-four, 5%), .85),
47
+ rgba(darken($color-four, 5%), 1)
44
48
  );
45
49
  color: white;
46
- }
47
-
50
+ }
@@ -7,8 +7,18 @@
7
7
  .vh25{
8
8
  height: 25vh;
9
9
  }
10
+ .bottom{
11
+ position: absolute;
12
+ bottom: 0;
13
+ margin-right: 0;
14
+
15
+ background:rgba(0,0,0,.7);
16
+ width:100%;
17
+ max-width:none;
18
+ text-shadow: rgb(0, 0, 0) 1px 2px;
19
+ }
10
20
 
11
- .green-home{
21
+ .home-grey{
12
22
  color:white;
13
23
  background-repeat: repeat;
14
24
  background-size: 12%;
@@ -17,13 +27,13 @@
17
27
  background:
18
28
  linear-gradient(
19
29
  to bottom right,
20
- rgba(66, 142, 66, .7),
21
- rgba(66, 142, 66, 1)
30
+ rgba(lighten($color-grey, 10%), .7),
31
+ rgba($color-grey, 1)
22
32
  ),
23
33
  url('/assets/images/paisley.jpg');
24
34
  }
25
35
 
26
- .orange-home{
36
+ .home-one{
27
37
  color:white;
28
38
  background-repeat: repeat;
29
39
  background-size: 12%;
@@ -32,13 +42,13 @@
32
42
  background:
33
43
  linear-gradient(
34
44
  to bottom right,
35
- rgba(245, 136,61, .7),
36
- rgba(244, 123, 40, 1)
45
+ rgba(lighten($color-one, 10%), .7),
46
+ rgba($color-one, 1)
37
47
  ),
38
48
  url('/assets/images/paisley.jpg');
39
49
  }
40
50
 
41
- .blue-home{
51
+ .home-two{
42
52
  color:white;
43
53
  background-repeat: repeat;
44
54
  background-size: 12%;
@@ -47,13 +57,13 @@
47
57
  background:
48
58
  linear-gradient(
49
59
  to bottom right,
50
- rgba(41,155,166, .7),
51
- rgba(20,161,175, 1)
60
+ rgba(lighten($color-two, 10%), .7),
61
+ rgba($color-two, 1)
52
62
  ),
53
63
  url('/assets/images/paisley.jpg');
54
64
  }
55
65
 
56
- .purple-home{
66
+ .home-three{
57
67
  color:white;
58
68
  background-repeat: repeat;
59
69
  background-size: 12%;
@@ -62,12 +72,13 @@
62
72
  background:
63
73
  linear-gradient(
64
74
  to bottom right,
65
- rgba(142,26,79, .7),
66
- rgba(158,29,88, 1)
75
+ rgba(lighten($color-three, 10%), .7),
76
+ rgba($color-three, 1)
67
77
  ),
68
78
  url('/assets/images/paisley.jpg');
69
79
  }
70
- .grey-home{
80
+
81
+ .home-four{
71
82
  color:white;
72
83
  background-repeat: repeat;
73
84
  background-size: 12%;
@@ -76,86 +87,8 @@
76
87
  background:
77
88
  linear-gradient(
78
89
  to bottom right,
79
- rgba(105,105,105, .7),
80
- rgba(130,130,130, 1)
90
+ rgba(lighten($color-four, 10%), .7),
91
+ rgba($color-four, 1)
81
92
  ),
82
93
  url('/assets/images/paisley.jpg');
83
94
  }
84
-
85
- .bottom{
86
- position: absolute;
87
- bottom: 0;
88
- margin-right: 0;
89
-
90
- background:rgba(0,0,0,.7);
91
- width:100%;
92
- max-width:none;
93
- text-shadow: rgb(0, 0, 0) 1px 2px;
94
- }
95
-
96
- .blue-text{
97
- color: $blue-color;
98
- }
99
- .green-text{
100
- color: $green-color;
101
- }
102
- .orange-text{
103
- color: $orange-color;
104
- }
105
- .purple-text{
106
- color: $purple-color;
107
- }
108
- .grey-text{
109
- color: $purple-color;
110
- }
111
-
112
- .blue-text-d10{
113
- color: darken($blue-color, 10%);
114
- }
115
- .green-text-d10{
116
- color: darken($green-color, 10%);
117
- }
118
- .orange-text-d10{
119
- color: darken($orange-color, 10%);
120
- }
121
- .purple-text-d10{
122
- color: darken($purple-color, 10%);
123
- }
124
- .blue-text-l10{
125
- color: lighten($blue-color, 10%);
126
- }
127
- .green-text-l10{
128
- color: lighten($green-color, 10%);
129
- }
130
- .orange-text-l10{
131
- color: lighten($orange-color, 10%);
132
- }
133
- .purple-text-l10{
134
- color: lighten($purple-color, 10%);
135
- }
136
-
137
- .blue-text-d25{
138
- color: darken($blue-color, 25%);
139
- }
140
- .green-text-d25{
141
- color: darken($green-color, 25%);
142
- }
143
- .orange-text-d25{
144
- color: darken($orange-color, 25%);
145
- }
146
- .purple-text-d25{
147
- color: darken($purple-color, 25%);
148
- }
149
-
150
- .blue-text-l25{
151
- color: lighten($blue-color, 25%);
152
- }
153
- .green-text-l25{
154
- color: lighten($green-color, 25%);
155
- }
156
- .orange-text-l25{
157
- color: lighten($orange-color, 25%);
158
- }
159
- .purple-text-l25{
160
- color: lighten($purple-color, 25%);
161
- }
@@ -1,5 +1,6 @@
1
1
  /* Gradient transparent - color - transparent */
2
2
 
3
+ // TODO: replicate colors w/ white
3
4
  hr.grad {
4
5
  border: 0;
5
6
  height: 1px;
@@ -8,42 +9,147 @@ hr.grad {
8
9
  margin: auto auto;
9
10
  }
10
11
 
11
- hr.purple-right{
12
+
13
+ hr.grey-right{
12
14
  margin-top:.4rem;
13
15
  margin-bottom:.4rem;
14
16
 
15
17
  border: 0;
16
18
  height: 1px;
17
- background-image: linear-gradient(to right, rgba(158,29,88, 1), rgba(158,29,88, 0.75), rgba(158,29,88, 0));
19
+ background-image: linear-gradient(
20
+ to right,
21
+ rgba($color-grey, 1),
22
+ rgba($color-grey, .75),
23
+ rgba($color-grey, 0)
24
+ );
18
25
  width:50%;
19
26
  }
27
+ hr.one-right{
28
+ margin-top:.4rem;
29
+ margin-bottom:.4rem;
20
30
 
21
- hr.green-right{
31
+ border: 0;
32
+ height: 1px;
33
+ background-image: linear-gradient(
34
+ to right,
35
+ rgba($color-one, 1),
36
+ rgba($color-one, .75),
37
+ rgba($color-one, 0)
38
+ );
39
+ width:50%;
40
+ }
41
+ hr.two-right{
22
42
  margin-top:.4rem;
23
43
  margin-bottom:.4rem;
24
44
 
25
45
  border: 0;
26
46
  height: 1px;
27
- background-image: linear-gradient(to right, rgba(66, 142, 66, 1), rgba(66, 142, 66, 0.75), rgba(66, 142, 66, 0));
47
+ background-image: linear-gradient(
48
+ to right,
49
+ rgba($color-two, 1),
50
+ rgba($color-two, .75),
51
+ rgba($color-two, 0)
52
+ );
28
53
  width:50%;
29
54
  }
55
+ hr.three-right{
56
+ margin-top:.4rem;
57
+ margin-bottom:.4rem;
30
58
 
31
- hr.orange-right{
59
+ border: 0;
60
+ height: 1px;
61
+ background-image: linear-gradient(
62
+ to right,
63
+ rgba($color-three, 1),
64
+ rgba($color-three, .75),
65
+ rgba($color-three, 0)
66
+ );
67
+ width:50%;
68
+ }
69
+ hr.four-right{
32
70
  margin-top:.4rem;
33
71
  margin-bottom:.4rem;
34
72
 
35
73
  border: 0;
36
74
  height: 1px;
37
- background-image: linear-gradient(to right, rgba(244, 123, 40, 1), rgba(244, 123, 40, 0.75), rgba(244, 123, 40, 0));
75
+ background-image: linear-gradient(
76
+ to right,
77
+ rgba($color-four, 1),
78
+ rgba($color-four, .75),
79
+ rgba($color-four, 0)
80
+ );
38
81
  width:50%;
39
82
  }
40
- hr.blue-right{
83
+
84
+ /////
85
+
86
+ hr.grey-left{
41
87
  margin-top:.4rem;
42
88
  margin-bottom:.4rem;
43
89
 
44
90
  border: 0;
45
91
  height: 1px;
46
- background-image: linear-gradient(to right, rgba(20,161,175, 1), rgba(20,161,175, 0.75), rgba(20,161,175, 0));
92
+ background-image: linear-gradient(
93
+ to left,
94
+ rgba($color-grey, 1),
95
+ rgba($color-grey, .75),
96
+ rgba($color-grey, 0)
97
+ );
47
98
  width:50%;
48
99
  }
100
+ hr.one-left{
101
+ margin-top:.4rem;
102
+ margin-bottom:.4rem;
49
103
 
104
+ border: 0;
105
+ height: 1px;
106
+ background-image: linear-gradient(
107
+ to left,
108
+ rgba($color-one, 1),
109
+ rgba($color-one, .75),
110
+ rgba($color-one, 0)
111
+ );
112
+ width:50%;
113
+ }
114
+ hr.two-left{
115
+ margin-top:.4rem;
116
+ margin-bottom:.4rem;
117
+
118
+ border: 0;
119
+ height: 1px;
120
+ background-image: linear-gradient(
121
+ to left,
122
+ rgba($color-two, 1),
123
+ rgba($color-two, .75),
124
+ rgba($color-two, 0)
125
+ );
126
+ width:50%;
127
+ }
128
+ hr.three-left{
129
+ margin-top:.4rem;
130
+ margin-bottom:.4rem;
131
+
132
+ border: 0;
133
+ height: 1px;
134
+ background-image: linear-gradient(
135
+ to left,
136
+ rgba($color-three, 1),
137
+ rgba($color-three, .75),
138
+ rgba($color-three, 0)
139
+ );
140
+ width:50%;
141
+ }
142
+ hr.four-left{
143
+ margin-top:.4rem;
144
+ margin-bottom:.4rem;
145
+
146
+ border: 0;
147
+ height: 1px;
148
+ background-image: linear-gradient(
149
+ to right,
150
+ rgba($color-four, 1),
151
+ rgba($color-four, .75),
152
+ rgba($color-four, 0)
153
+ );
154
+ width:50%;
155
+ }
@@ -105,62 +105,62 @@
105
105
  /**
106
106
  * Site footer
107
107
  */
108
- .site-footer {
109
- border-top: 1px solid $grey-color-light;
110
- padding: $spacing-unit 0;
111
- }
112
-
113
- .footer-heading {
114
- @include relative-font-size(1.125);
115
- margin-bottom: $spacing-unit / 2;
116
- }
117
-
118
- .contact-list,
119
- .social-media-list {
120
- list-style: none;
121
- margin-left: 0;
122
- }
123
-
124
- .footer-col-wrapper {
125
- @include relative-font-size(0.9375);
126
- color: $grey-color;
127
- margin-left: -$spacing-unit / 2;
128
- @extend %clearfix;
129
- }
130
-
131
- .footer-col {
132
- float: left;
133
- margin-bottom: $spacing-unit / 2;
134
- padding-left: $spacing-unit / 2;
135
- }
136
-
137
- .footer-col-1 {
138
- width: -webkit-calc(35% - (#{$spacing-unit} / 2));
139
- width: calc(35% - (#{$spacing-unit} / 2));
140
- }
141
-
142
- .footer-col-2 {
143
- width: -webkit-calc(20% - (#{$spacing-unit} / 2));
144
- width: calc(20% - (#{$spacing-unit} / 2));
145
- }
146
-
147
- .footer-col-3 {
148
- width: -webkit-calc(45% - (#{$spacing-unit} / 2));
149
- width: calc(45% - (#{$spacing-unit} / 2));
150
- }
151
-
152
- @include media-query($on-laptop) {
153
- .footer-col-1,
154
- .footer-col-2 {
155
- width: -webkit-calc(50% - (#{$spacing-unit} / 2));
156
- width: calc(50% - (#{$spacing-unit} / 2));
157
- }
158
-
159
- .footer-col-3 {
160
- width: -webkit-calc(100% - (#{$spacing-unit} / 2));
161
- width: calc(100% - (#{$spacing-unit} / 2));
162
- }
163
- }
108
+ // .site-footer {
109
+ // border-top: 1px solid $grey-color-light;
110
+ // padding: $spacing-unit 0;
111
+ // }
112
+
113
+ // .footer-heading {
114
+ // @include relative-font-size(1.125);
115
+ // margin-bottom: $spacing-unit / 2;
116
+ // }
117
+
118
+ // .contact-list,
119
+ // .social-media-list {
120
+ // list-style: none;
121
+ // margin-left: 0;
122
+ // }
123
+
124
+ // .footer-col-wrapper {
125
+ // @include relative-font-size(0.9375);
126
+ // color: $grey-color;
127
+ // margin-left: -$spacing-unit / 2;
128
+ // @extend %clearfix;
129
+ // }
130
+
131
+ // .footer-col {
132
+ // float: left;
133
+ // margin-bottom: $spacing-unit / 2;
134
+ // padding-left: $spacing-unit / 2;
135
+ // }
136
+
137
+ // .footer-col-1 {
138
+ // width: -webkit-calc(35% - (#{$spacing-unit} / 2));
139
+ // width: calc(35% - (#{$spacing-unit} / 2));
140
+ // }
141
+
142
+ // .footer-col-2 {
143
+ // width: -webkit-calc(20% - (#{$spacing-unit} / 2));
144
+ // width: calc(20% - (#{$spacing-unit} / 2));
145
+ // }
146
+
147
+ // .footer-col-3 {
148
+ // width: -webkit-calc(45% - (#{$spacing-unit} / 2));
149
+ // width: calc(45% - (#{$spacing-unit} / 2));
150
+ // }
151
+
152
+ // @include media-query($on-laptop) {
153
+ // .footer-col-1,
154
+ // .footer-col-2 {
155
+ // width: -webkit-calc(50% - (#{$spacing-unit} / 2));
156
+ // width: calc(50% - (#{$spacing-unit} / 2));
157
+ // }
158
+
159
+ // .footer-col-3 {
160
+ // width: -webkit-calc(100% - (#{$spacing-unit} / 2));
161
+ // width: calc(100% - (#{$spacing-unit} / 2));
162
+ // }
163
+ // }
164
164
 
165
165
  @include media-query($on-palm) {
166
166
  .footer-col {