diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-21 15:51:30 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-21 15:51:30 +0200 |
commit | a24bd1ed41b43790bab6ba789580bb4e85f07d85 (patch) | |
tree | a54b0f6c921ba83a6e909cd0ced325b2d4b8863c /client/src/sass | |
parent | 5f26f13b3c16ac5ae0a3b0a7142d84a9528cf565 (diff) | |
parent | c63830f15403ac4e750829f27d8bbbdc9a59282c (diff) | |
download | PeerTube-a24bd1ed41b43790bab6ba789580bb4e85f07d85.tar.gz PeerTube-a24bd1ed41b43790bab6ba789580bb4e85f07d85.tar.zst PeerTube-a24bd1ed41b43790bab6ba789580bb4e85f07d85.zip |
Merge branch 'next' into develop
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/application.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 30d487b11..bd834db70 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -123,12 +123,16 @@ code { | |||
123 | vertical-align: middle; | 123 | vertical-align: middle; |
124 | } | 124 | } |
125 | 125 | ||
126 | .form-error { | 126 | .form-error, |
127 | .form-warning { | ||
127 | display: block; | 128 | display: block; |
128 | color: $red; | ||
129 | margin-top: 5px; | 129 | margin-top: 5px; |
130 | } | 130 | } |
131 | 131 | ||
132 | .form-error { | ||
133 | color: $red; | ||
134 | } | ||
135 | |||
132 | .input-error, | 136 | .input-error, |
133 | my-input-toggle-hidden ::ng-deep input { | 137 | my-input-toggle-hidden ::ng-deep input { |
134 | border-color: $red !important; | 138 | border-color: $red !important; |