Dislike bar in the same color as the button
This commit is contained in:
parent
dcbc29d5c8
commit
1d6587aa42
1 changed files with 7 additions and 2 deletions
|
@ -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});
|
||||
|
|
Loading…
Reference in a new issue