comparison templates/default/static/styles_extra.css @ 8:dc880664a8ec

modernisation of the theme using Bulma
author Goffi <goffi@goffi.org>
date Fri, 16 Apr 2021 18:51:12 +0200
parents 09d66acc7c73
children
comparison
equal deleted inserted replaced
7:b5fc67c97c50 8:dc880664a8ec
1 html { 1 .screenshot_web, .screenshot_mobile {
2 font-family: "sat-base-font"; 2 border: 2px solid #ddd;
3 border-radius: 0.25em;
3 } 4 }
5
6 .list_icon {
7 flex: none;
8 width: 2.5rem;
9 }
10
11 .is-underline {
12 text-decoration: underline;
13 }
14
15 .is-full-width {
16 width: 100%;
17 }