소스 검색

Lower select and input button width's on mobile

bubble
Race, Dale 7 년 전
부모
커밋
4da430c08e
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. +8
    -0
      src/style/_form.scss

+ 8
- 0
src/style/_form.scss 파일 보기

@@ -30,6 +30,10 @@ select
.opblock-body select
{
min-width: 230px;
@media (max-width: 768px)
{
min-width: 180px;
}
}

label
@@ -56,6 +60,10 @@ input[type=file]
border: 1px solid #d9d9d9;
border-radius: 4px;
background: #fff;
@media (max-width: 768px) {
max-width: 175px;
}


&.invalid
{


불러오는 중...
취소
저장