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 +4 -4
- data/_sass/_header.scss +6 -2
- data/_sass/_navbar.scss +0 -1
- data/_sass/_theme.scss +29 -1
- data/assets/images/demo-site.png +0 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 769ddc6be7591cf3856ce344d0583375bff4e410efd48345f771e348f276aa6e
|
4
|
+
data.tar.gz: 7bcca3d28bb19b834edf059d133a94168788661f22eb3cb76aa34d2b9fd33943
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
11
|
+
margin-top:100px;
|
12
12
|
}
|
13
13
|
img {
|
14
|
-
|
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
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
|
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
|
+
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
|