aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/shared/information/video-alert.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-06-30 08:55:11 +0200
committerChocobozzz <me@florianbigard.com>2021-06-30 08:56:14 +0200
commit2453589a286e1f65843af582512387b2fa17b502 (patch)
tree57d41d8c432ca4e793a16d3b51f665b34aafec52 /client/src/app/+videos/+video-watch/shared/information/video-alert.component.scss
parentd4f0b2ecec221b6cdd75b5d87ba800c6301a15df (diff)
downloadPeerTube-2453589a286e1f65843af582512387b2fa17b502.tar.gz
PeerTube-2453589a286e1f65843af582512387b2fa17b502.tar.zst
PeerTube-2453589a286e1f65843af582512387b2fa17b502.zip
Move video alert in a dedicated component
Diffstat (limited to 'client/src/app/+videos/+video-watch/shared/information/video-alert.component.scss')
-rw-r--r--client/src/app/+videos/+video-watch/shared/information/video-alert.component.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/+videos/+video-watch/shared/information/video-alert.component.scss b/client/src/app/+videos/+video-watch/shared/information/video-alert.component.scss
new file mode 100644
index 000000000..109c31c57
--- /dev/null
+++ b/client/src/app/+videos/+video-watch/shared/information/video-alert.component.scss
@@ -0,0 +1,4 @@
1.alert {
2 text-align: center;
3 border-radius: 0;
4}