Video text background changed from green to light gray

This commit is contained in:
hak8or 2018-02-20 16:11:17 -05:00
parent dc86e704ef
commit 8deff5459a
2 changed files with 2 additions and 6 deletions

View File

@ -5,7 +5,7 @@
font-size: 18px;
color: #003636;
background-color: #F8F8F8;
max-width: 1024px;
max-width: 1280px;
margin: auto;
}
@ -18,10 +18,6 @@
background-color: red;
}
.success {
background-color: rgb(149, 167, 82);
}
.curvedbottom {
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;

View File

@ -14,7 +14,7 @@ var vidholder = new Vue({
<div>
<div class="grid-x grid-margin-x large-up-6">
<div v-for="video in Videos" class="cell">
<div class="success card curvedbottom">
<div class="card curvedbottom" style="background-color:#ddd9d4">
<a :href="video.url"><img :src="video.thumbnailURL"></a>
<div class="card-section" style="padding-top: 7px; padding-bottom: 7px;">
<p style="padding-top: 0px; padding-bottom: 0px; font-size: 12px;">{{ video.title }}</p>