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 | |
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')
-rw-r--r-- | client/src/app/shared/forms/peertube-checkbox.component.scss | 3 | ||||
-rw-r--r-- | client/src/app/shared/misc/help.component.scss | 2 |
2 files changed, 3 insertions, 2 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 | } |
diff --git a/client/src/app/shared/misc/help.component.scss b/client/src/app/shared/misc/help.component.scss index 84e176b34..f55a516e4 100644 --- a/client/src/app/shared/misc/help.component.scss +++ b/client/src/app/shared/misc/help.component.scss | |||
@@ -26,7 +26,7 @@ | |||
26 | font-size: 13px; | 26 | font-size: 13px; |
27 | background-color: var(--mainBackgroundColor); | 27 | background-color: var(--mainBackgroundColor); |
28 | color: var(--mainForegroundColor); | 28 | color: var(--mainForegroundColor); |
29 | box-shadow: 0 0 6px rgba(0, 0, 0, 0.5); | 29 | box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); |
30 | 30 | ||
31 | p { | 31 | p { |
32 | margin-bottom: 0; | 32 | margin-bottom: 0; |