film/docs/quick_look.css
2022-10-12 14:22:53 +09:00

48 lines
717 B
CSS

.quicklook {
max-width: 600px;
border-radius: 16px;
background: #F4C2CD;
color: #702E2E;
padding: 20px;
display: flex;
flex-direction: column;
gap: 20px;
}
.quicklook-emphasized-color {
color: #3D292D !important ;
}
.quicklook-info {
display: inline-flex;
}
.quicklook-details {
display: flex;
gap: 30px;
}
.quicklook-rating {
display: flex;
flex-direction: column;
flex-grow: 0;
}
.quicklook-genre-section {
display: flex;
flex-direction: column;
align-items: flex-start;
flex-grow: 1;
}
.quicklook-genre-container {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
gap: 0px 20px;
}
.quicklook-genre {
text-transform: uppercase;
font-weight: bold;
}