comparison sat_templates/default/static/event.css @ 155:954759f0e8fa

css: styles improvments + following a bit more BEM conventions
author Goffi <goffi@goffi.org>
date Thu, 21 Jun 2018 01:12:40 +0200
parents 33c7ce833d3f
children
comparison
equal deleted inserted replaced
154:80cf52fbcc40 155:954759f0e8fa
9 .instructions { 9 .instructions {
10 font-style: italic; 10 font-style: italic;
11 margin: 0; 11 margin: 0;
12 } 12 }
13 13
14 #event_picture { 14 .event__picture {
15 max-width: 100%; 15 max-width: 100%;
16 border-radius: 2em; 16 border-radius: 2em;
17 } 17 }
18 18
19 #event_counter { 19 .event__counter {
20 font-weight: bold; 20 font-weight: bold;
21 font-size: 1.3em; 21 font-size: 1.3em;
22 text-align: center; 22 text-align: center;
23 width: 15em; 23 width: 15em;
24 margin: 1em auto; 24 margin: 1em auto;