BetterDiscordApp-v2/client/src/styles/partials/bdsettings/remotecard.scss

70 lines
1.4 KiB
SCSS
Raw Normal View History

.bd-remoteCard {
display: flex;
flex-direction: column;
margin-top: 10px;
2018-08-06 20:45:41 +02:00
padding: 10px 0;
2018-08-06 20:42:09 +02:00
border-radius: 0;
2018-08-15 11:42:43 +02:00
border-bottom: 1px solid rgba(114, 118, 126, .3);
&:hover {
transform: scale(1.005);
}
2018-08-15 04:03:56 +02:00
.bd-remoteCardTitle {
2018-08-06 20:42:09 +02:00
color: #b9bbbe;
font-weight: 700;
}
2018-08-15 04:03:56 +02:00
.bd-remoteCardLikes {
2018-08-15 11:42:43 +02:00
color: #f00;
font-size: 12px;
font-weight: 600;
}
2018-08-15 04:03:56 +02:00
.bd-remoteCardInfoContainer {
margin-left: 10px;
2018-08-15 04:03:56 +02:00
.bd-remoteCardInfoBox {
color: #b3b5b8;
font-size: 12px;
font-weight: 700;
2018-08-15 04:03:56 +02:00
.bd-remoteCardInfo {
2018-08-06 20:37:15 +02:00
display: flex;
2018-08-06 20:42:09 +02:00
font-size: 12px;
2018-08-06 20:37:15 +02:00
line-height: 16px;
2018-08-15 04:03:56 +02:00
.bd-materialDesignIcon {
2018-08-06 20:37:15 +02:00
display: flex;
fill: $colbdgreen;
}
}
}
}
2018-08-15 04:03:56 +02:00
.bd-remoteCardThumb {
height: 100px;
width: 180px;
2018-08-15 11:42:43 +02:00
background: rgba(0, 0, 0, .1);
border-radius: 3px;
}
2018-08-15 04:03:56 +02:00
.bd-remoteCardTags {
color: #828a97;
font-size: 10px;
line-height: 20px;
}
2018-08-15 04:03:56 +02:00
.bd-buttonGroup {
align-self: flex-end;
justify-content: flex-end;
flex-grow: 1;
max-height: 20px;
.bd-button {
font-size: 12px;
padding: 5px 10px;
}
}
}