aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include/_mixins.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-05 15:32:15 +0200
committerChocobozzz <me@florianbigard.com>2018-09-05 15:32:15 +0200
commitdcbc29d5c89cc5106a7e738af6861565f740dbe7 (patch)
tree94ecffa14748dc43a95250b49da915bad0d455c4 /client/src/sass/include/_mixins.scss
parentb0ee41df7d6de2f77d30e7bb47c245c0b33019d4 (diff)
downloadPeerTube-dcbc29d5c89cc5106a7e738af6861565f740dbe7.tar.gz
PeerTube-dcbc29d5c89cc5106a7e738af6861565f740dbe7.tar.zst
PeerTube-dcbc29d5c89cc5106a7e738af6861565f740dbe7.zip
Put "start at" at the top of the modal
Diffstat (limited to 'client/src/sass/include/_mixins.scss')
-rw-r--r--client/src/sass/include/_mixins.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss
index 6e2feb748..03cb337c2 100644
--- a/client/src/sass/include/_mixins.scss
+++ b/client/src/sass/include/_mixins.scss
@@ -297,8 +297,8 @@
297 height: 12px; 297 height: 12px;
298 opacity: 0; 298 opacity: 0;
299 transform: rotate(45deg) scale(0); 299 transform: rotate(45deg) scale(0);
300 border-right: 2px solid var(--mainForegroundColor); 300 border-right: 2px solid var(--mainBackgroundColor);
301 border-bottom: 2px solid var(--mainForegroundColor); 301 border-bottom: 2px solid var(--mainBackgroundColor);
302 } 302 }
303 } 303 }
304 304