You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ombi/src/Ombi/ClientApp/src/app/discover/components/card/discover-card-details.compo...

52 lines
687 B

@import "~styles/variables.scss";
.poster {
max-width: 100%;
border-radius: 2%;
}
.details {
padding: 2%;
border-radius: 10px;
background: $backgroundTint;
div.dark & {
background: $backgroundTint-dark;
}
}
.details strong {
font-weight: bold;
}
.grow {
transition: all .2s ease-in-out;
}
.grow:hover {
transform: scale(1.1);
}
h3 strong {
font-weight: bold;
}
.action-buttons-right {
width: 100%;
text-align: right;
}
.btn-spacing {
margin-right: 1%;
}
.media-icons {
color: $primary;
padding: 2%;
div.dark & {
color: $warn-dark;
}
}
.overview {
height:300px;
overflow-y: scroll;
}