미디어위키:Gadget-preview-params.css: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
편집 요약 없음 |
편집 요약 없음 |
||
4번째 줄: | 4번째 줄: | ||
background: #f7f7f7; | background: #f7f7f7; | ||
} | } | ||
. | |||
.param-field:not(:first-child) .cdx-label { | .param-field:not(:first-child) .cdx-label { | ||
display: none; | display: none; | ||
23번째 줄: | 23번째 줄: | ||
width: 100%; | width: 100%; | ||
} | } | ||
.param-field-- | .param-field--middle-eq { | ||
margin-bottom: 8px; | margin-bottom: 8px; | ||
} | } | ||
} | } |
2024년 10월 2일 (수) 19:39 판
.preview-params {
border: 1px solid #c8ccd1;
padding: 12px;
background: #f7f7f7;
}
.
.param-field:not(:first-child) .cdx-label {
display: none;
}
.param-field {
.cdx-field__control {
width: 100%;
display: flex;
align-items: end;
gap: 8px;
}
.cdx-field {
margin: 0;
width: 100%;
}
.cdx-text-input {
min-width: 0;
width: 100%;
}
.param-field--middle-eq {
margin-bottom: 8px;
}
}