ソースを参照

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;

読み込み中…
キャンセル
保存