diff --git a/src/agenda_culturel/static/style.scss b/src/agenda_culturel/static/style.scss index 793c35b..68b99b6 100644 --- a/src/agenda_culturel/static/style.scss +++ b/src/agenda_culturel/static/style.scss @@ -1564,6 +1564,7 @@ img.preview { z-index: 1000; li { list-style: none; + a { @extend [role="button"], .secondary; height: 1.8em; width: 1.8em; @@ -1574,11 +1575,10 @@ img.preview { text-align: center; z-index: 10; opacity: 0.9; - a { - color: var(--primary-inverse); - } + color: var(--primary-inverse); float: left; clear: both; + } } position: fixed; bottom: calc(var(--spacing) + .4em);