Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/northendlab-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorsomrat <monnaf37@gmail.com>2019-12-21 09:10:20 +0300
committersomrat <monnaf37@gmail.com>2019-12-21 09:10:20 +0300
commit84126a73b4238131d9261ec7e8d328ad25ef0bce (patch)
tree50ac2164f30aa3c28aa76f8f3f2b71bc47dde0dc /assets
parent7358241e20753794a471d2d25c40de549a4b0238 (diff)
modified tool page, forestry and added netlify
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/_buttons.scss17
-rw-r--r--assets/scss/_common.scss4
-rw-r--r--assets/scss/templates/_main.scss18
3 files changed, 39 insertions, 0 deletions
diff --git a/assets/scss/_buttons.scss b/assets/scss/_buttons.scss
index 85ff854..7a862dd 100644
--- a/assets/scss/_buttons.scss
+++ b/assets/scss/_buttons.scss
@@ -50,4 +50,21 @@
border-color: $primary-color !important;
color: $white;
}
+}
+
+
+.btn-transparent {
+ background: transparent;
+ color: $primary-color;
+ border: 0;
+ border-bottom: 1px solid $primary-color;
+ border-radius: 0;
+ padding: 2px;
+
+ &:active,
+ &:hover,
+ &.focus,
+ &.active {
+ background: transparent;
+ }
} \ No newline at end of file
diff --git a/assets/scss/_common.scss b/assets/scss/_common.scss
index 5f8ee06..2d1e8cf 100644
--- a/assets/scss/_common.scss
+++ b/assets/scss/_common.scss
@@ -99,6 +99,10 @@ select {
color: $primary-color !important;
}
+a.text-primary:hover {
+ color: $primary-color !important;
+}
+
.text-color {
color: $text-color;
}
diff --git a/assets/scss/templates/_main.scss b/assets/scss/templates/_main.scss
index 0c1d629..601d889 100644
--- a/assets/scss/templates/_main.scss
+++ b/assets/scss/templates/_main.scss
@@ -38,6 +38,12 @@
padding: 60px 60px 40px;
}
+.author-thumb{
+ height: 300px;
+ width: 300px;
+ object-fit: cover;
+}
+
/* pagination */
.pagination {
justify-content: center;
@@ -67,6 +73,18 @@
}
}
}
+.post-title:hover{
+ text-decoration: underline;
+}
+.post-meta{
+ color: #999;
+ a{
+ color: inherit;
+ &:hover{
+ color: $primary-color;
+ }
+ }
+}
.content {