미디어위키:Gadget-preview-params.css: 두 판 사이의 차이

리버티게임(개발), 모두가 만들어가는 자유로운 게임
둘러보기로 이동 검색으로 이동
(새 문서: .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--destroy-button { margin-bottom: 8px; } .param-field--middle-eq { margin-bottom: 16px; } })
 
편집 요약 없음
1번째 줄: 1번째 줄:
.preview-params fieldset.cdx-field {
    border: 1px solid #c8ccd1;
    padding: 12px;
    background: #f7f7f7;
}
.param-field:not(:first-child) .cdx-label {
.param-field:not(:first-child) .cdx-label {
display: none;
display: none;

2024년 10월 2일 (수) 19:36 판

.preview-params fieldset.cdx-field {
    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--destroy-button {
		margin-bottom: 8px;
	}
	.param-field--middle-eq {
		margin-bottom: 16px;
	}
}