diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-09-29 18:37:39 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-09-29 18:37:39 -0400 |
| commit | 1ce5766d7109a51a5c63b31f64fa4c176098f778 (patch) | |
| tree | 61fe05f50f375d381fdf5919995ea6eca509dfa9 /public | |
| parent | c4344861a58fa67a28d02dd05f68eef8981282aa (diff) | |
| parent | 81c4dd5a89472dfea21d6bdb4b08cd9a88723fbf (diff) | |
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'public')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 39 |
1 files changed, 19 insertions, 20 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index fe67edc..fe50b92 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -167,17 +167,16 @@ h5 { .page.profile { color:white; } -.page table.demo, -.page table.profilepage, -.page table.projectList { +.page .demo, +.page .profilepage, +.page .projectList { width: 100%; - border-top: 1px solid; margin: 40px 0 0 0; border-spacing: 0; clear: both; } -.page table.showcase { +.page .showcase { height:70vh; } @@ -213,10 +212,6 @@ iframe.embed { border: 0; } -.page table.showcase td { - height: 70vh; - background-size: cover; -} .page .viewMore { text-decoration: none; @@ -1714,23 +1709,27 @@ form li textarea { .demo .video { height:80vh; min-height:300px; + background-size:cover; + border-bottom:1px solid; } -.demo .video span { - font-size:100px; - color:white; - cursor:pointer; -} -.demo .video span.videoTitle { - font-size: 29px; - font-weight: 300; - padding: 3px 7px; + +.demo .video .circle { + font-size: 20px; + font-weight: 300; + background: white; + display: inline-block; + padding: 60px 20px; + border-radius: 230px; } -.demo .video span.icon-ios7-play-outline:hover { - color:black; +.demo .video .circle:hover { + background:black; + color:white; + cursor:pointer; } + .box { display: table-cell; vertical-align: middle; |
