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

github.com/IvanChou/hugo-theme-vec.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIChou <me@ichou.cn>2016-10-23 09:45:27 +0300
committerIChou <me@ichou.cn>2016-10-23 09:46:10 +0300
commita738d428abba742e490ba33137f74ccff8f9ccf4 (patch)
tree69a354f8afc0524165796a6ff623340fc9a43179 /src
parentd5a616acf70d3a75c1c093f58d6ac0720334023a (diff)
add formspree support #1
Diffstat (limited to 'src')
-rw-r--r--src/vec.scss36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/vec.scss b/src/vec.scss
index 61f258e..6380580 100644
--- a/src/vec.scss
+++ b/src/vec.scss
@@ -359,6 +359,42 @@ footer {
border-top: 1px solid #e7e7e7;
}
+/* ============== formspree ============== */
+
+.formspree {
+ input, textarea {
+ font-size: 0.8rem;
+ border: 1px solid #ddd;
+ background: #fff;
+ padding: 0.5rem 2%;
+ margin: 1.2rem 1rem 1.2rem 0;
+ line-height: 1.5rem;
+ width: 96%;
+ border: 1px solid #ddd;
+ border-radius: 3px;
+ display: block;
+ }
+
+ input {
+ max-width: 25rem;
+ }
+
+ button {
+ float: right;
+ color: #999;
+ font-weight: bold;
+ border-radius: 3px;
+ border: 1px solid #d5d5d5;
+ background: #fff;
+ font-size: .8rem;
+ padding: .5rem 1.2rem;
+
+ &:hover {
+ background: #f5f5f5;
+ }
+ }
+
+}
/* ============== media ============== */