Files
ISA-Frontend/src/app/modules/recommendations/recommendations.component.scss
2019-02-13 06:21:50 +01:00

70 lines
1.1 KiB
SCSS

:host {
display: block;
position: relative;
padding: 25px;
}
.header {
width: 100%;
text-align: left;
color: rgba(23, 32, 98, 1);
display: flex;
align-items: center;
margin-bottom: 30px;
.icon {
width: 22px;
height: 20px;
background-image: url(/assets/images/Empfehlungen_Icon.svg);
}
span {
font-family: 'Open Sans';
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
margin-left: 10px;
}
}
img {
width: 50px;
height: 100%;
}
.books {
display: flex;
flex-direction: row;
}
.book {
width: 50%;
display: flex;
flex-direction: row;
}
.info {
display: flex;
flex-direction: column;
margin-left: 16px;
}
.author {
font-family: 'Open Sans';
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-align: left;
line-height: 21px;
}
.title {
font-family: 'Open Sans';
font-size: 20px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-align: center;
line-height: 21px;
margin: 10px 0;
}
.status {
font-family: 'Open Sans';
font-size: 16px;
font-weight: bold;
color: rgba(247, 4, 0, 1);
text-align: left;
}