소스 검색

Merge branch 'master' into dev

refactoring
Guillaume 4 년 전
부모
커밋
2a7cc15043
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      producer/web/css/screen.css
  2. +1
    -1
      producer/web/sass/_responsive.scss

+ 1
- 1
producer/web/css/screen.css 파일 보기

@@ -1942,7 +1942,7 @@ termes.
/* line 181, ../sass/_responsive.scss */
.order-order #app-order-order #distributions-list .panel .btn-primary {
display: block;
float: none;
float: none !important;
margin-bottom: 10px;
}
/* line 190, ../sass/_responsive.scss */

+ 1
- 1
producer/web/sass/_responsive.scss 파일 보기

@@ -180,7 +180,7 @@ termes.
.panel {
.btn-primary {
display: block ;
float: none;
float: none !important;
margin-bottom: 10px ;
}
}

Loading…
취소
저장