diff --git a/static/thonon-agglomeration-2021/_custom.scss b/static/thonon-agglomeration-2021/_custom.scss index e4fd0d2c..981a4642 100644 --- a/static/thonon-agglomeration-2021/_custom.scss +++ b/static/thonon-agglomeration-2021/_custom.scss @@ -451,6 +451,36 @@ $cell-additional-padding : 10px; } } +// inline links list +.inline-links-list { + .gru-content &.cell { + .links-list ul { + text-align: center; + > li { + display: inline-block; + div.description { + display: none; + } + } + > li > a { + &::before { + content: none; + } + @extend %button2; + --color: #{$blue-dark}; + font-weight: bold !important; + margin-right: 0; + &:hover { + box-shadow: none; + } + &:not(:hover) { + border-color: transparent; + } + } + } + } +} + #sidebar .cell { @extend .gray-cell; }