소스 검색

adjust the size of 'column-header__back-button' (retry) (#3662)

master
Clworld 7 년 전
committed by Eugen Rochko
부모
커밋
a3715598cc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      app/javascript/styles/components.scss

+ 2
- 2
app/javascript/styles/components.scss 파일 보기

@@ -1527,7 +1527,7 @@
cursor: pointer;
flex: 0 0 auto;
font-size: 16px;
padding: 0 5px 0 0;
padding: 15px;
z-index: 3;

&:hover {
@@ -1543,7 +1543,7 @@
cursor: pointer;
flex: 0 0 auto;
font-size: 16px;
padding: 0 15px;
padding: 0 5px 0 0;
z-index: 3;

&:hover {


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