summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2022-07-13 21:35:59 +0200
committerDaniel Friesel <derf@finalrewind.org>2022-07-13 21:35:59 +0200
commit795136d8682767d4fc7afdee9af4ec6643c45e97 (patch)
tree418d910558acc79547f555424c9487090ff68a3c /sass
parent5eab0c14f4feb5b369d9e1605f0d1f8ba413bb6e (diff)
increase clickable area in destination selection
Diffstat (limited to 'sass')
-rw-r--r--sass/src/common/index.scss11
1 files changed, 11 insertions, 0 deletions
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 {