diff options
Diffstat (limited to 'sass')
-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 { |