seriously_simple_static_starter 0.6.4 → 0.6.5

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
  SHA256:
3
- metadata.gz: 171a91179bc29838316154db26698f59f24dd93fb891e98414d15ebd835a02c2
4
- data.tar.gz: 12513818c8e316bfce0a069f5928c31654e36fc58db460bace227237688d9fd3
3
+ metadata.gz: 769ddc6be7591cf3856ce344d0583375bff4e410efd48345f771e348f276aa6e
4
+ data.tar.gz: 7bcca3d28bb19b834edf059d133a94168788661f22eb3cb76aa34d2b9fd33943
5
5
  SHA512:
6
- metadata.gz: 4eac0c15ad3fb1a6e007b612c2275f8632126e0941ad99dde7973295a28d0461d624624d433cd10324932e353aae55babd8874c26c7b0f32e4977fb36efc31ed
7
- data.tar.gz: f743270701947fc776e4fd080e9574be53ed01d13de87e03d0c4056dc44cc38ccbefb9997a78f6f4a46624d6c17b94c3de765e0ad43aa40d6ea7f61803d0c78e
6
+ metadata.gz: c7ea2be014133a9b0e3957231edc1585254ed55b64dd66507bf88c4eec5768c823b1f363205cf95a642e1a0cecc7a431f85a2233d451cb2aeec6ee13b5d1a1f6
7
+ data.tar.gz: 584f812109f714cf754340a16c85b814dfbdba0f105776670e476946bc1dad8942aa4b7a5fbbcf8aae1c73bc7de370a878c2f457d995e39ad9586cbd75e7af65
data/_sass/_header.scss CHANGED
@@ -8,10 +8,14 @@ header {
8
8
  padding-right:0px;
9
9
  position: relative;
10
10
  h1 {
11
- padding-top:100px;
11
+ margin-top:100px;
12
12
  }
13
13
  img {
14
- padding-top: 100px;
14
+ margin-top: 100px;
15
+ -webkit-box-shadow: 0px 0px 27px -7px rgba(0,0,0,0.75);
16
+ -moz-box-shadow: 0px 0px 27px -7px rgba(0,0,0,0.75);
17
+ box-shadow: 0px 0px 27px -7px rgba(0,0,0,0.75);
18
+
15
19
  }
16
20
  span.author {
17
21
  a {
data/_sass/_navbar.scss CHANGED
@@ -27,7 +27,6 @@
27
27
  }
28
28
  }
29
29
  .navbar {
30
- background-color: $primary;
31
30
  border-radius: 0;
32
31
  -webkit-transition: all 0.3s ease-out;
33
32
  -moz-transition: all 0.3s ease-out;
data/_sass/_theme.scss CHANGED
@@ -131,7 +131,7 @@ div#main-container {
131
131
  -o-transition: 0.5s;
132
132
  }
133
133
  .scroll:hover {
134
- background:$gray-800;
134
+ background:darken($primary, 20%);
135
135
  transition: 0.5s;
136
136
  -moz-transition: 0.5s;
137
137
  -webkit-transition: 0.5s;
@@ -428,9 +428,37 @@ img.img-fluid.team.lazyloaded {
428
428
  height: 300px;
429
429
  }
430
430
  }
431
+ .owl-nav button {
432
+ background: $primary !important;
433
+ outline: $primary !important;
434
+ border: 0px;
435
+ padding: 2px 10px !important;
436
+ line-height:24px;
437
+ }
438
+ .owl-nav button:hover {
439
+ background: darken($primary, 20%) !important;
440
+ outline: $primary !important;
441
+ border: 0px;
442
+ padding: 2px 10px !important;
443
+ line-height:24px;
444
+ }
445
+ .owl-nav button span {
446
+ font-size: 20px !important;
447
+ }
431
448
 
432
449
  }
433
450
  .block__text {
434
451
  margin-bottom: 20px;
435
452
  }
436
453
  }
454
+ .btn {
455
+ position: relative;
456
+ transition: all 100ms ease-in-out;
457
+
458
+ }
459
+ .btn:hover {
460
+ transform: translateY(-3px);
461
+ -webkit-box-shadow: 0px 0px 27px -7px rgba(0,0,0,0.75);
462
+ -moz-box-shadow: 0px 0px 27px -7px rgba(0,0,0,0.75);
463
+ box-shadow: 0px 0px 27px -7px rgba(0,0,0,0.75);
464
+ }
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seriously_simple_static_starter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.4
4
+ version: 0.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby
@@ -259,6 +259,7 @@ files:
259
259
  - assets/fonts/lato/regular/regular.woff
260
260
  - assets/fonts/lato/regular/regular.woff2
261
261
  - assets/images/abstract-lines.jpg
262
+ - assets/images/demo-site.png
262
263
  - assets/images/drawing1.svg
263
264
  - assets/images/lkft_workflow.svg
264
265
  - assets/images/marketing.jpg