소스 검색

Improve actions modal style (#4423)

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

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

@@ -3430,6 +3430,15 @@ button.icon-button.active i.fa-retweet {
}
}

.actions-modal {
.status {
background: $white;
border-bottom-color: $ui-secondary-color;
padding-top: 10px;
padding-bottom: 10px;
}
}

.boost-modal__container {
overflow-x: scroll;
padding: 10px;


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