summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2022-07-15 21:00:38 +0200
committerDaniel Friesel <derf@finalrewind.org>2022-07-15 21:00:38 +0200
commit8bc32dd034810a209220567813f4277f45b2b8d7 (patch)
tree7cfe34ceb21aaef91fd833dc4a496e1a7cfd9d46 /sass
parente2214dfdcdaac3aafc5514bae7a0c606e26750fe (diff)
show infobox in destination list
Diffstat (limited to 'sass')
-rw-r--r--sass/src/common/index.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/sass/src/common/index.scss b/sass/src/common/index.scss
index 97d8dd5..6f8282f 100644
--- a/sass/src/common/index.scss
+++ b/sass/src/common/index.scss
@@ -22,6 +22,18 @@ a.unmarked {
color: $off-black;
}
+div.targetlist {
+ display: grid;
+ grid-template-columns: 1fr max-content;
+ align-items: center;
+ > a.nonflex {
+ padding-left: 1em;
+ padding-top: 1em;
+ padding-bottom: 1em;
+ display: inline-block;
+ }
+}
+
a.tablerow {
display: flex;
justify-content: space-between;