comparison default/static/photo.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 11e729a7d8e9
children
comparison
equal deleted inserted replaced
127:27d6453a6209 128:4f27ce980ced
33 .album__comments-bar:hover { 33 .album__comments-bar:hover {
34 background-color: #ddd; 34 background-color: #ddd;
35 font-weight: bold; 35 font-weight: bold;
36 } 36 }
37 37
38 .icon--small {
39 height: 1em;
40 }
41
42 .comments__count { 38 .comments__count {
43 font-weight: bold; 39 font-weight: bold;
44 } 40 }
45 41
46 .panel-drawer { 42 .panel-drawer {