aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-06-25 19:09:54 +0200
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-06-25 19:51:55 +0200
commit249ee195ce52ee4a4defeb67a33ef353919d3a11 (patch)
tree24ffcfa3a852b0464fc0344cfc79bc5efb272a3e /scss
parent91d413b3a15a15fd8b710d8f5a1532d2e3de6f05 (diff)
downloadlens-249ee195ce52ee4a4defeb67a33ef353919d3a11.tar.gz
lens-249ee195ce52ee4a4defeb67a33ef353919d3a11.tar.bz2
lens-249ee195ce52ee4a4defeb67a33ef353919d3a11.zip
feat: Add user list UI
Fill user settings UI with actual data.
Diffstat (limited to 'scss')
-rw-r--r--scss/main.scss9
1 files changed, 7 insertions, 2 deletions
diff --git a/scss/main.scss b/scss/main.scss
index 033315f..7028622 100644
--- a/scss/main.scss
+++ b/scss/main.scss
@@ -34,9 +34,10 @@ body {
.input, .button{
border-radius: 0;
}
-
-.file-row {
+.wide-column {
width: 100%;
+}
+.is-mono {
font-family: monospace;
}
@@ -45,6 +46,10 @@ nav {
margin: auto;
}
+a.is-danger {
+ color: $danger
+}
+
.container {
margin-top: 15px;