From 7f8174fad671893e52ffb10d68fb8f3e71f75854 Mon Sep 17 00:00:00 2001 From: Thomas JUND Date: Wed, 1 Jul 2020 16:22:12 +0200 Subject: [PATCH] villeneuve-dascq: ajust styles of meetings_table prev/next buttons (#44597) --- static/villeneuve-dascq/_custom.scss | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/static/villeneuve-dascq/_custom.scss b/static/villeneuve-dascq/_custom.scss index cf90cc6c..8f79820e 100644 --- a/static/villeneuve-dascq/_custom.scss +++ b/static/villeneuve-dascq/_custom.scss @@ -94,16 +94,23 @@ input, textarea, select { } div.meetings_table { - & > div { - } div.head { border-bottom: 2px solid $primary-color; font-weight: 900; } - button { + button.next, + button.prev { + height: 2.8em; + flex: 0 0 2.8em; border: 2px solid white; box-shadow: 0 0 0 3px $button-background; + // arrow: use background image instead UTF8 charater + text-indent: -1000em; + background-repeat: no-repeat; + background-size: 1em; + background-position: center; + @include arrowIcon($property: "background-image"); &:hover, &:focus { box-shadow: 0 0 0 3px $primary-color, 0px 0px 10px #777 !important; } @@ -112,6 +119,10 @@ div.meetings_table { border: 2px solid white; box-shadow: 0 0 0 3px grayscale($button-background); } + + &.prev { + transform: rotate(0.5turn); + } } div span {