comparison default/static/file.css @ 128:4f27ce980ced

css: started to refactor CSS class to follow BEM conventions
author Goffi <goffi@goffi.org>
date Sat, 24 Mar 2018 11:14:14 +0100
parents 44b838bcc0d6
children
comparison
equal deleted inserted replaced
127:27d6453a6209 128:4f27ce980ced
38 height: 125px; 38 height: 125px;
39 display: block; 39 display: block;
40 margin: 0 auto; 40 margin: 0 auto;
41 } 41 }
42 42
43 .icon--soft {
44 fill: #777;
45 }
46 43
47 @media (min-width: 500px) { 44 @media (min-width: 500px) {
48 .file { 45 .file {
49 padding: 1em; 46 padding: 1em;
50 width: 170px; 47 width: 170px;