From 4ba42a0d0c4c276c3107217e985d062731a69836 Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Tue, 1 Oct 2019 00:24:20 -0400 Subject: [PATCH] removed remote video border --- .../stream/status/card/card.component.html | 4 ---- .../stream/status/card/card.component.scss | 12 ++++++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/components/stream/status/card/card.component.html b/src/app/components/stream/status/card/card.component.html index 73935278..dfb348b3 100644 --- a/src/app/components/stream/status/card/card.component.html +++ b/src/app/components/stream/status/card/card.component.html @@ -29,10 +29,6 @@
- -
\ No newline at end of file diff --git a/src/app/components/stream/status/card/card.component.scss b/src/app/components/stream/status/card/card.component.scss index a32ff790..ca8f8506 100644 --- a/src/app/components/stream/status/card/card.component.scss +++ b/src/app/components/stream/status/card/card.component.scss @@ -1,13 +1,15 @@ @import "variables"; -// @import "mixins"; -.card { - border: 1px solid $card-border-color; - background-color: $column-background; +.card { border-radius: 3px; + border: 0px; + transition: all .2s; white-space: nowrap; overflow: hidden; + + background-color: $column-background; + // background-color: red; &:hover { background-color: lighten($column-background, 5); @@ -18,6 +20,8 @@ text-decoration: none; color: whitesmoke; + border: 1px solid $card-border-color; + &--image { width: 55px; height: 55px;