Add footer to all dashboards

This commit is contained in:
nymkappa
2023-02-15 16:41:09 +09:00
parent 774f7630ce
commit 3beb85dd4a
4 changed files with 74 additions and 2 deletions

View File

@@ -103,4 +103,23 @@
margin-bottom: 10px;
text-decoration: none;
color: inherit;
}
.terms-of-service {
margin-top: 1rem;
}
.pref-selectors {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
.selector {
margin-left: .5em;
margin-bottom: .5em;
&:first {
margin-left: 0;
}
}
}