jekyll-theme-centos 2.39.0 → 2.40.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/base/_customization.scss +27 -0
- data/assets/icons/android-chrome-192.png +0 -0
- data/assets/icons/android-chrome-512.png +0 -0
- data/assets/icons/apple-touch-icon.png +0 -0
- data/assets/icons/favicon-16.png +0 -0
- data/assets/icons/favicon-32.png +0 -0
- data/assets/img/base/screenshot-base-default-layout.png +0 -0
- data/assets/img/base/screenshot-base-home-layout.png +0 -0
- data/assets/img/base/screenshot.svg +1249 -213
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 825ed0bec97e26e0ce04ce088394dbcdadc5f5083a72360f8cc80258c060c0ed
|
4
|
+
data.tar.gz: 402083275b1e0be16fdf26613b8d517cf9149934d3ff6ad728b2fe80360f48ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4bb8b0dc32b832d66b0d50dbb1fdfe66f6a564467ea92a46fae391df0d0c28b6c367bb7ddfe3768ac669fae281b13b8946b0b628a74849e96282b87aeeb02820
|
7
|
+
data.tar.gz: aa8c684900d529d88159a3b9935c46dc7d8ba12e1fd45a7ce3536189e005a53814ccc7a62ae0966b8013c65b88d36c4070ed5e65801c54cfe7c4399bfd7e4d2e
|
@@ -12,6 +12,33 @@
|
|
12
12
|
background-position: center;
|
13
13
|
}
|
14
14
|
|
15
|
+
// --------------------------------------------------------------------------------
|
16
|
+
// Backgrounds Gradients
|
17
|
+
// --------------------------------------------------------------------------------
|
18
|
+
.bg-gradient-primary {
|
19
|
+
background: rgb(227, 202, 220);
|
20
|
+
background: linear-gradient(90deg, rgba(227, 202, 220, 1) 0%, rgba(250, 228, 189, 1) 100%);
|
21
|
+
}
|
22
|
+
.bg-gradient-secondary {
|
23
|
+
background: rgb(227, 202, 220);
|
24
|
+
background: linear-gradient(270deg, rgba(227, 202, 220, 1) 0%, rgba(250, 228, 189, 1) 100%);
|
25
|
+
}
|
26
|
+
|
27
|
+
// --------------------------------------------------------------------------------
|
28
|
+
// Text Gradients
|
29
|
+
// --------------------------------------------------------------------------------
|
30
|
+
.text-gradient-primary,
|
31
|
+
.text-gradient-secondary {
|
32
|
+
color: transparent;
|
33
|
+
background-clip: text;
|
34
|
+
}
|
35
|
+
.text-gradient-primary {
|
36
|
+
background-image: linear-gradient(90deg, #{$primary} 0%, #{$secondary} 100%);
|
37
|
+
}
|
38
|
+
.text-gradient-secondary {
|
39
|
+
background-image: linear-gradient(270deg, #{$primary} 0%, #{$secondary} 100%);
|
40
|
+
}
|
41
|
+
|
15
42
|
nav {
|
16
43
|
// --------------------------------------------------------------------------------
|
17
44
|
// Nav
|
Binary file
|
Binary file
|
Binary file
|
data/assets/icons/favicon-16.png
CHANGED
Binary file
|
data/assets/icons/favicon-32.png
CHANGED
Binary file
|
Binary file
|
Binary file
|