Mercurial > libervia-templates
comparison sat_templates/templates/default/static/styles.css @ 199:02cbc3cf4b32
css: removed margin in box--hollow
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 05 May 2019 18:44:01 +0200 |
parents | e5fdd7e13764 |
children | a1fa6744c78e |
comparison
equal
deleted
inserted
replaced
198:f70a20564f47 | 199:02cbc3cf4b32 |
---|---|
368 .box--hollow { | 368 .box--hollow { |
369 border-radius: 0; | 369 border-radius: 0; |
370 border-style: solid; | 370 border-style: solid; |
371 border-color: silver; | 371 border-color: silver; |
372 border-width: 1px 0; | 372 border-width: 1px 0; |
373 margin: 0; | |
374 } | 373 } |
375 | 374 |
376 .box--paper { | 375 .box--paper { |
377 text-align: center; | 376 text-align: center; |
378 font-variant: small-caps; | 377 font-variant: small-caps; |
1270 } | 1269 } |
1271 | 1270 |
1272 .box--hollow { | 1271 .box--hollow { |
1273 border-radius: 0.2em; | 1272 border-radius: 0.2em; |
1274 border-width: 1px; | 1273 border-width: 1px; |
1275 margin: 0.5em; | |
1276 } | 1274 } |
1277 | 1275 |
1278 .box--extra-margin { | 1276 .box--extra-margin { |
1279 margin-top: 5rem; | 1277 margin-top: 5rem; |
1280 margin-bottom: 5rem; | 1278 margin-bottom: 5rem; |