diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-15 14:43:33 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-15 14:43:33 +0200 |
commit | b13a0a48bacb53e65e665774e621326452045294 (patch) | |
tree | 126ea19d040fe3c1c1853ef32a995912c16b7b61 /client/src/sass | |
parent | 04c2dcfc6b78c7e8714597f9d5370b6b2c87dece (diff) | |
download | PeerTube-b13a0a48bacb53e65e665774e621326452045294.tar.gz PeerTube-b13a0a48bacb53e65e665774e621326452045294.tar.zst PeerTube-b13a0a48bacb53e65e665774e621326452045294.zip |
Move alert into to pt-alert-primary
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/class-helpers.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/client/src/sass/class-helpers.scss b/client/src/sass/class-helpers.scss index 218ca3e76..42e41c96f 100644 --- a/client/src/sass/class-helpers.scss +++ b/client/src/sass/class-helpers.scss | |||
@@ -246,10 +246,6 @@ label + .form-group-description { | |||
246 | // --------------------------------------------------------------------------- | 246 | // --------------------------------------------------------------------------- |
247 | 247 | ||
248 | .alert { | 248 | .alert { |
249 | p { | ||
250 | font-size: 16px; | ||
251 | } | ||
252 | |||
253 | p:last-child { | 249 | p:last-child { |
254 | margin-bottom: 0; | 250 | margin-bottom: 0; |
255 | } | 251 | } |