This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
padding: @spacing-lg;
|
||||
}
|
||||
|
||||
.sheet-card {
|
||||
.dnc-sheet .sheet-card {
|
||||
border: 2px solid @color-border;
|
||||
border-radius: @radius-md;
|
||||
background: rgba(255, 248, 236, 0.92);
|
||||
@@ -78,23 +78,23 @@
|
||||
letter-spacing: 0.04em;
|
||||
}
|
||||
|
||||
.sheet-header {
|
||||
.dnc-sheet .sheet-header {
|
||||
display: grid;
|
||||
grid-template-columns: 140px 1fr;
|
||||
gap: @spacing-lg;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.sheet-header.compact {
|
||||
.dnc-sheet .sheet-header.compact {
|
||||
grid-template-columns: 110px 1fr;
|
||||
gap: @spacing-md;
|
||||
}
|
||||
|
||||
.portrait {
|
||||
.dnc-sheet .portrait {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.portrait img {
|
||||
.dnc-sheet .portrait img {
|
||||
width: 100%;
|
||||
aspect-ratio: 1;
|
||||
object-fit: cover;
|
||||
@@ -103,7 +103,7 @@
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.icon-button {
|
||||
.dnc-sheet .icon-button {
|
||||
position: absolute;
|
||||
right: @spacing-sm;
|
||||
bottom: @spacing-sm;
|
||||
@@ -115,14 +115,14 @@
|
||||
height: 2rem;
|
||||
}
|
||||
|
||||
.identity-grid,
|
||||
.identity-grid.two-columns {
|
||||
.dnc-sheet .identity-grid,
|
||||
.dnc-sheet .identity-grid.two-columns {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
gap: @spacing-md;
|
||||
}
|
||||
|
||||
.identity-grid.two-columns {
|
||||
.dnc-sheet .identity-grid.two-columns {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
@@ -175,20 +175,20 @@
|
||||
color: @color-muted;
|
||||
}
|
||||
|
||||
.readonly-field {
|
||||
.dnc-sheet .readonly-field {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: @spacing-sm;
|
||||
}
|
||||
|
||||
.readonly-field > span {
|
||||
.dnc-sheet .readonly-field > span {
|
||||
font-size: 0.8rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.04em;
|
||||
color: @color-muted;
|
||||
}
|
||||
|
||||
.readonly-field p {
|
||||
.dnc-sheet .readonly-field p {
|
||||
margin: 0;
|
||||
border: 1px solid rgba(91, 70, 52, 0.55);
|
||||
border-radius: 6px;
|
||||
@@ -215,18 +215,18 @@
|
||||
min-height: 4.5rem;
|
||||
}
|
||||
|
||||
.sheet-columns {
|
||||
.dnc-sheet .sheet-columns {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(250px, 320px) 1fr;
|
||||
gap: @spacing-lg;
|
||||
}
|
||||
|
||||
.sheet-sections {
|
||||
.dnc-sheet .sheet-sections {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
gap: @spacing-lg;
|
||||
}
|
||||
|
||||
.compact-sections {
|
||||
.dnc-sheet .compact-sections {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user