diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-01-06 12:40:59 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-01-06 12:41:14 +0100 |
commit | 46db9430af70f45bc656cb0ac8e519f5d0be0149 (patch) | |
tree | 9000a400c1666013d45064505e65a24d2e9a2fb0 /client/src/app/shared/forms | |
parent | a6051ba746b15bab5679b5908b06009e3e950cee (diff) | |
download | PeerTube-46db9430af70f45bc656cb0ac8e519f5d0be0149.tar.gz PeerTube-46db9430af70f45bc656cb0ac8e519f5d0be0149.tar.zst PeerTube-46db9430af70f45bc656cb0ac8e519f5d0be0149.zip |
Add checkbox focus shadows, and admin resolution descriptions
Diffstat (limited to 'client/src/app/shared/forms')
-rw-r--r-- | client/src/app/shared/forms/peertube-checkbox.component.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/shared/forms/peertube-checkbox.component.scss b/client/src/app/shared/forms/peertube-checkbox.component.scss index 51f98b0bc..3b467d49d 100644 --- a/client/src/app/shared/forms/peertube-checkbox.component.scss +++ b/client/src/app/shared/forms/peertube-checkbox.component.scss | |||
@@ -6,6 +6,7 @@ | |||
6 | 6 | ||
7 | .form-group-checkbox { | 7 | .form-group-checkbox { |
8 | display: flex; | 8 | display: flex; |
9 | align-items: center; | ||
9 | 10 | ||
10 | .label-text { | 11 | .label-text { |
11 | font-weight: $font-regular; | 12 | font-weight: $font-regular; |
@@ -23,6 +24,6 @@ | |||
23 | 24 | ||
24 | my-help { | 25 | my-help { |
25 | position: relative; | 26 | position: relative; |
26 | top: -2px; | 27 | top: 2px; |
27 | } | 28 | } |
28 | } | 29 | } |