mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-04 08:54:36 +03:00
4a3fd90017
no issue
13 lines
256 B
CSS
13 lines
256 B
CSS
.member-detail-main-info {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.member-basic-info-form input:disabled {
|
|
background: var(--lightgrey);
|
|
}
|
|
|
|
.member-basic-info-form textarea:disabled {
|
|
background: var(--lightgrey);
|
|
} |