summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-10-08 13:29:10 -0400
committerryderr <r@okfoc.us>2014-10-08 13:29:10 -0400
commitafc4df0710709aab596e29e52d067d50fc5f6b87 (patch)
tree63d7ed791138134bc7cd2823293d97b3198f8bea /public/assets/stylesheets
parent88f0fe47a3f130efc25ee9e2579427c814667086 (diff)
parent6f4cd32fa13efe3b0e8b26183589f66889dd3738 (diff)
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'public/assets/stylesheets')
-rwxr-xr-xpublic/assets/stylesheets/app.css11
1 files changed, 5 insertions, 6 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 29e23c8..60c66f8 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -623,16 +623,16 @@ iframe.embed {
display: none;
}
-.templates span{
+.templates span {
background-position: center;
background-size: contain;
background-repeat: no-repeat;
background-color: #fff;
width: 20vw;
- height: 20vh;
+ height: 20vw;
display: inline-block;
margin: 4vw;
- border:1px solid black;
+ background-color: #ddd;
position: relative;
}
@@ -644,17 +644,16 @@ iframe.embed {
left: 0;
background: #fff;
padding: 5px;
- border-top: 1px solid black;
font-weight: 300;
}
.templates span:hover {
- border:1px solid blue;
+ background-color: #f00;
cursor:pointer;
}
.templates span:hover:after {
- border-top: 1px solid blue;
+ color: #f00;
}
.templates h1 {