Browse Source

Intégration Souke

feature/souke
Guillaume Bourgeois 7 months ago
parent
commit
1bcf5aa496
2 changed files with 198 additions and 181 deletions
  1. +189
    -181
      frontend/web/css/screen.css
  2. +9
    -0
      frontend/web/sass/screen.scss

+ 189
- 181
frontend/web/css/screen.css
File diff suppressed because it is too large
View File


+ 9
- 0
frontend/web/sass/screen.scss View File

font-size: 26px; font-size: 26px;
display: block; display: block;



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


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

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

Loading…
Cancel
Save