diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-02-05 01:32:08 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-02-05 01:32:08 -0500 |
commit | c827bd4943267dec26e2b67d97e2b534b3dbf69a (patch) | |
tree | 3fcaeea8497c818d8b92f78a47522649302fb7b5 /css | |
parent | 64adcffe4272d109f296ff46fbc52eea5cf367bd (diff) | |
download | abaddon-portaudio-c827bd4943267dec26e2b67d97e2b534b3dbf69a.tar.gz abaddon-portaudio-c827bd4943267dec26e2b67d97e2b534b3dbf69a.zip |
move connection item to own class, add verified check icon
also try and fix build
Diffstat (limited to 'css')
-rw-r--r-- | css/main.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css index 9f6c598..961f990 100644 --- a/css/main.css +++ b/css/main.css @@ -269,6 +269,11 @@ padding-top: 5px; } +.profile-notes-label { + padding-top: 5px; + padding-bottom: 5px; +} + .profile-notes-text, .profile-notes-text text { background: @secondary_color; } |