Remote card styling

This commit is contained in:
Jiiks 2018-08-06 21:42:09 +03:00
parent 6b3fc39a1d
commit 865fcee12d
1 changed files with 9 additions and 8 deletions

View File

@ -1,20 +1,21 @@
.bd-remoteCard {
display: flex;
flex-direction: column;
background: rgba(0,0,0,.1);
// background: rgba(0,0,0,.1);
margin-top: 10px;
padding: 10px 10px 5px 10px;
border-radius: 5px;
padding: 10px;
border-radius: 0;
border-bottom: 1px solid rgba(114, 118, 126, 0.3);
&:hover {
background: rgba(0,0,0,.2);
// background: rgba(0,0,0,.2);
transform: scale(1.005);
box-shadow: 0px 0px 5px rgba(0,0,0,.5);
// box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}
.bd-remoteCard-title {
color: #FFF;
font-weight: 600;
color: #b9bbbe;
font-weight: 700;
}
.bd-remoteCard-likes {
@ -33,7 +34,7 @@
.bd-remoteCard-info {
display: flex;
font-size: 14px;
font-size: 12px;
line-height: 16px;
.bd-material-design-icon {