mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
95 lines
1.3 KiB
SCSS
95 lines
1.3 KiB
SCSS
#performer-details {
|
|
.scrape-url-button {
|
|
color: $text-color;
|
|
float: right;
|
|
margin-right: 0.5rem;
|
|
}
|
|
}
|
|
|
|
#performer-page {
|
|
flex-direction: row;
|
|
margin: 10px auto;
|
|
overflow: hidden;
|
|
|
|
.performer-image-container .performer {
|
|
max-height: calc(100vh - 6rem);
|
|
max-width: 100%;
|
|
}
|
|
|
|
.performer-head {
|
|
display: inline-block;
|
|
margin-bottom: 2rem;
|
|
vertical-align: top;
|
|
|
|
.name-icons {
|
|
margin-left: 10px;
|
|
|
|
.not-favorite {
|
|
color: rgba(191, 204, 214, 0.5);
|
|
}
|
|
|
|
.favorite {
|
|
color: #ff7373;
|
|
}
|
|
|
|
.link {
|
|
color: rgb(191, 204, 214);
|
|
}
|
|
|
|
.instagram {
|
|
color: pink;
|
|
}
|
|
}
|
|
}
|
|
|
|
.alias {
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
.new-view {
|
|
margin-bottom: 2rem;
|
|
|
|
.photo {
|
|
padding: 1rem 1rem 1rem 2rem;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.performer-card {
|
|
width: 20rem;
|
|
|
|
&-image {
|
|
height: 30rem;
|
|
min-width: 11.25rem;
|
|
object-fit: cover;
|
|
object-position: top;
|
|
width: 100%;
|
|
}
|
|
|
|
.flag-icon {
|
|
bottom: 1rem;
|
|
height: 2rem;
|
|
position: absolute;
|
|
right: 1rem;
|
|
width: 3rem;
|
|
}
|
|
}
|
|
|
|
.card {
|
|
&.performer-card {
|
|
padding: 0 0 1rem 0;
|
|
}
|
|
}
|
|
|
|
.scrape-dialog .performer-image {
|
|
display: block;
|
|
margin-bottom: 10px;
|
|
margin-top: 10px;
|
|
max-width: 100%;
|
|
}
|
|
|
|
#performer-scraper-popover {
|
|
z-index: 1;
|
|
}
|