summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_videos.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-03-14 22:35:57 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-03-14 22:39:44 +0500
commite214aae719c10953c4c3a7949c9bd02d6983b045 (patch)
treede67fab11c5866493374d602930b4b5fbc98d05a /web/sass-files/sass/partials/_videos.scss
parentbf7ae0711743926cfbb031675cc3320d7a942465 (diff)
downloadchat-e214aae719c10953c4c3a7949c9bd02d6983b045.tar.gz
chat-e214aae719c10953c4c3a7949c9bd02d6983b045.tar.bz2
chat-e214aae719c10953c4c3a7949c9bd02d6983b045.zip
PLT-963 - Improving scss structure
Diffstat (limited to 'web/sass-files/sass/partials/_videos.scss')
-rw-r--r--web/sass-files/sass/partials/_videos.scss66
1 files changed, 0 insertions, 66 deletions
diff --git a/web/sass-files/sass/partials/_videos.scss b/web/sass-files/sass/partials/_videos.scss
deleted file mode 100644
index 43f30ce84..000000000
--- a/web/sass-files/sass/partials/_videos.scss
+++ /dev/null
@@ -1,66 +0,0 @@
-@charset "UTF-8";
-
-.video-div {
- position:relative;
- max-width: 480px;
- margin-bottom: 8px;
- .video-thumbnail {
- max-width: 100%;
- height: auto;
- }
- .block {
- background-color:rgba(0,0,0,0.5);
- border-radius:10px;
- position:absolute;
- top: 50%;
- left: 50%;
- margin-top: -100px;
- width: 200px;
- margin: -75px 0 0 -100px;
- height: 150px;
- }
-}
-
-.video-type {
- @include opacity(0.8);
- font-size:15px;
- margin:0px;
- padding:0px;
-}
-
-.video-title {
- font-size:15px;
- margin-top:3px;
-}
-.play-button {
- width:100px;
- height:100px;
- position:absolute;
- top:26px;
- right:51px;
- border:4px solid;
- border-color:rgba(255,255,255,0.4);
- border-radius:14px;
-}
-.play-button span {
- position:absolute;
- top:10px;
- left:20px;
- width:0;
- height:0;
- border-top:36px solid transparent;
- border-bottom:36px solid transparent;
- border-left:60px solid rgba(255,255,255,0.4);
-}
-
-.img-div {
- -moz-force-broken-image-icon: 1;
- position:relative;
- max-width: 450px;
- max-height: 500px;
- margin-bottom: 8px;
- border-radius:5px;
- &.placeholder {
- height: 500px;
- }
-}