diff options
| author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-06-25 19:09:54 +0200 | 
|---|---|---|
| committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-06-25 19:51:55 +0200 | 
| commit | 249ee195ce52ee4a4defeb67a33ef353919d3a11 (patch) | |
| tree | 24ffcfa3a852b0464fc0344cfc79bc5efb272a3e /scss | |
| parent | 91d413b3a15a15fd8b710d8f5a1532d2e3de6f05 (diff) | |
| download | lens-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.scss | 9 | 
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; | 
