movie-web/src/views/Search.css

43 lines
773 B
CSS
Raw Normal View History

2021-07-14 00:31:37 +02:00
.cardView {
display: flex;
min-height: 100vh;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 1rem;
box-sizing: border-box;
}
.cardView > div {
margin-top: 2rem;
}
.cardView > div:first-child {
margin-top: 38px;
2021-07-14 01:17:34 +02:00
}
.topRightCredits {
position: absolute;
2021-07-14 01:17:34 +02:00
right: 1rem;
top: 1rem;
margin-top: 0 !important;
}
.topRightCredits a, .topRightCredits a:visited {
2021-07-15 00:09:42 +02:00
color: var(--theme-color);
2021-07-14 01:17:34 +02:00
text-decoration: none;
margin: 0;
}
.topRightCredits a:hover, .topRightCredits a:active {
color: #f19fd6;
text-decoration: none;
}
.topRightCredits a .arrow {
transform: translateY(.1rem);
}
.topRightCredits a:hover .arrow {
transform: translateY(.1rem) translateX(.2rem);
}