mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
90 lines
1.2 KiB
SCSS
90 lines
1.2 KiB
SCSS
.performer.image {
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
height: 50vh;
|
|
min-height: 400px;
|
|
}
|
|
|
|
#performer-details {
|
|
td {
|
|
padding: 2px 0;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
td:first-child {
|
|
min-width: 10rem;
|
|
}
|
|
|
|
.form-control {
|
|
width: 100%;
|
|
}
|
|
|
|
.scrape-url-button {
|
|
color: $text-color;
|
|
float: right;
|
|
margin-right: .5rem;
|
|
}
|
|
|
|
&-tabpane-scenes {
|
|
.grid {
|
|
margin-right: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
#url-field {
|
|
line-height: 30px;
|
|
}
|
|
|
|
#performer-page {
|
|
flex-direction: row;
|
|
margin: 10px auto;
|
|
overflow: hidden;
|
|
|
|
.image-container img {
|
|
max-height: 960px;
|
|
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, .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%;
|
|
}
|
|
}
|