71 lines
1.0 KiB
SCSS
71 lines
1.0 KiB
SCSS
.fw-600 {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.prerelease-complete {
|
|
&--header {
|
|
display: flex;
|
|
align-items: center;
|
|
border: 1px solid #e6e6e6;
|
|
border-radius: 8px;
|
|
overflow: hidden;
|
|
|
|
&-image {
|
|
height: 80px;
|
|
max-width: 200px;
|
|
object-fit: cover;
|
|
margin-right: 8px;
|
|
}
|
|
|
|
&-section {
|
|
display: flex;
|
|
gap: 8px;
|
|
|
|
&__row {
|
|
flex-direction: row;
|
|
}
|
|
}
|
|
|
|
&-title {
|
|
gap: 8px;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
}
|
|
|
|
&-pill {
|
|
padding: 0 8px;
|
|
margin: 0 12px;
|
|
font-weight: normal;
|
|
font-size: 14px;
|
|
}
|
|
|
|
&-subtitle {
|
|
color: #414141;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
|
|
&--body {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 12px;
|
|
|
|
&-title {
|
|
margin-top: 20px;
|
|
font-size: 17px;
|
|
font-weight: 600;
|
|
line-height: 28px;
|
|
}
|
|
|
|
&-paragraph {
|
|
font-size: 15px;
|
|
}
|
|
}
|
|
|
|
&--controls {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin-top: 24px;
|
|
}
|
|
}
|