diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2022-07-13 21:35:59 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2022-07-13 21:35:59 +0200 | 
| commit | 795136d8682767d4fc7afdee9af4ec6643c45e97 (patch) | |
| tree | 418d910558acc79547f555424c9487090ff68a3c /sass/src | |
| parent | 5eab0c14f4feb5b369d9e1605f0d1f8ba413bb6e (diff) | |
increase clickable area in destination selection
Diffstat (limited to 'sass/src')
| -rw-r--r-- | sass/src/common/index.scss | 11 | 
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 {  | 
