Dislike bar in the same color as the button

pull/1018/merge
Chocobozzz 2018-09-05 15:40:45 +02:00
parent dcbc29d5c8
commit 1d6587aa42
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 7 additions and 2 deletions

View File

@ -286,13 +286,13 @@
height: $likes-bar-height;
margin-top: -$likes-bar-height;
width: 186px;
background-color: #E5E5E5;
background-color: $red;
position: relative;
top: 10px;
.likes-bar {
height: 100%;
background-color: #39CC0B;
background-color: $green;
}
}
}
@ -384,6 +384,11 @@
}
}
my-video-comments {
display: inline-block;
margin-bottom: 20px;
}
// If the view is not expanded, take into account the menu
.privacy-concerns {
width: calc(100% - #{$menu-width});