diff options
| author | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-22 18:47:14 -0400 |
|---|---|---|
| committer | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-22 18:47:14 -0400 |
| commit | 4446a3a52c4cf4b03c201ab2d6a9179647686e40 (patch) | |
| tree | 960914ad762daf0f7a51f55154c2fadd48bc5d92 /src/client/apis/youtube/YoutubeBox.scss | |
| parent | de7176884493c79ba11ecd871c3b444d36165367 (diff) | |
Pulled Duration and ViewCount details, Need to csss duration
Diffstat (limited to 'src/client/apis/youtube/YoutubeBox.scss')
| -rw-r--r-- | src/client/apis/youtube/YoutubeBox.scss | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/src/client/apis/youtube/YoutubeBox.scss b/src/client/apis/youtube/YoutubeBox.scss index 5b539b463..00979f945 100644 --- a/src/client/apis/youtube/YoutubeBox.scss +++ b/src/client/apis/youtube/YoutubeBox.scss @@ -19,6 +19,27 @@ li:hover { display: inline-flex; height: 175px; + .video_duration { + margin: 0; + padding: 0; + border: 0; + background: transparent; + display: inline-block; + position: absolute; + bottom: 0; + right: 0; + margin: 4px; + color: #FFFFFF; + background-color: rgba(0, 0, 0, 0.80); + padding: 2px 4px; + border-radius: 2px; + letter-spacing: .5px; + font-size: 1.2rem; + font-weight: 500; + line-height: 1.2rem; + + } + .textual_info { font-family: Arial, Helvetica, sans-serif; @@ -80,6 +101,22 @@ li:hover { font-weight: 400; text-transform: none; } + + .viewCount { + + margin-left: 8px; + padding: 0; + border: 0; + background: transparent; + color: #606060; + max-width: 100%; + line-height: 1.8rem; + max-height: 3.6rem; + overflow: hidden; + font-size: 1.3rem; + font-weight: 400; + text-transform: none; + } |
