From 795136d8682767d4fc7afdee9af4ec6643c45e97 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 13 Jul 2022 21:35:59 +0200 Subject: increase clickable area in destination selection --- sass/src/common/index.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'sass/src') diff --git a/sass/src/common/index.scss b/sass/src/common/index.scss index 9ceca2c..97d8dd5 100644 --- a/sass/src/common/index.scss +++ b/sass/src/common/index.scss @@ -22,6 +22,17 @@ a.unmarked { color: $off-black; } +a.tablerow { + display: flex; + justify-content: space-between; + padding-top: 1em; + padding-bottom: 1em; + border-bottom: 1px solid rgba(0,0,0,0.12); + span { + display: inline-block; + } +} + .pagination { li { a { -- cgit v1.2.3