summaryrefslogtreecommitdiff
path: root/web/source/settings/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/source/settings/style.css')
-rw-r--r--web/source/settings/style.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/web/source/settings/style.css b/web/source/settings/style.css
index 75e7e7e3f..5a85f370e 100644
--- a/web/source/settings/style.css
+++ b/web/source/settings/style.css
@@ -1468,6 +1468,33 @@ button.tab-button {
gap: 1rem;
}
+.tokens-view {
+ .token-info {
+ .info-list {
+ border: none;
+ width: 100%;
+
+ .info-list-entry {
+ background: none;
+ padding: 0;
+ }
+
+ > .info-list-entry > .monospace {
+ font-size: large;
+ }
+ }
+
+ .action-buttons {
+ margin-top: 0.5rem;
+ > .mutation-button
+ > button {
+ font-size: 1rem;
+ line-height: 1rem;
+ }
+ }
+ }
+}
+
.instance-rules {
list-style-position: inside;
margin: 0;