summaryrefslogtreecommitdiff
path: root/sass/src/common/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/src/common/index.scss')
-rw-r--r--sass/src/common/index.scss31
1 files changed, 31 insertions, 0 deletions
diff --git a/sass/src/common/index.scss b/sass/src/common/index.scss
index 9ceca2c..b2d3187 100644
--- a/sass/src/common/index.scss
+++ b/sass/src/common/index.scss
@@ -22,6 +22,37 @@ a.unmarked {
color: $off-black;
}
+.white-text a {
+ color: #eeeeff;
+}
+
+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;
+ padding-top: 1em;
+ padding-bottom: 1em;
+ border-bottom: 1px solid rgba(0,0,0,0.12);
+ .material-icons {
+ vertical-align: bottom;
+ margin-bottom: 0.2em;
+ }
+ span {
+ display: inline-block;
+ }
+}
+
.pagination {
li {
a {