소스 검색

Intégration Souke

feature/souke
Guillaume Bourgeois 6 달 전
부모
커밋
1bcf5aa496
2개의 변경된 파일198개의 추가작업 그리고 181개의 파일을 삭제
  1. +189
    -181
      frontend/web/css/screen.css
  2. +9
    -0
      frontend/web/sass/screen.scss

+ 189
- 181
frontend/web/css/screen.css
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 9
- 0
frontend/web/sass/screen.scss 파일 보기

@@ -265,12 +265,21 @@ section#header-title {
font-size: 26px;
display: block;


img {
@include transition(0.1s linear);
height: 63px;
margin-bottom: 5px;
float: left;
}

&:hover {
img {
//filter: brightness(0);
filter: brightness(0.9);
}
}

.text {
float: left;
padding-left: 10px;

Loading…
취소
저장