aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-01-19 14:23:00 +0100
committerChocobozzz <me@florianbigard.com>2022-01-19 14:31:05 +0100
commit419b520ca4434d17f3505013174e195c3a316716 (patch)
tree24dbf663c4e11e970cb780f96e6eb3efe023b222 /client/src/sass/include
parent52435e467a0b30175a10af1dd3ae10d7d564d8ae (diff)
downloadPeerTube-419b520ca4434d17f3505013174e195c3a316716.tar.gz
PeerTube-419b520ca4434d17f3505013174e195c3a316716.tar.zst
PeerTube-419b520ca4434d17f3505013174e195c3a316716.zip
Add ability to cancel & delete video imports
Diffstat (limited to 'client/src/sass/include')
-rw-r--r--client/src/sass/include/_mixins.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss
index a7c4c99c2..c8ec3b4d1 100644
--- a/client/src/sass/include/_mixins.scss
+++ b/client/src/sass/include/_mixins.scss
@@ -257,7 +257,7 @@
257} 257}
258 258
259@mixin peertube-button { 259@mixin peertube-button {
260 @include padding(0, 17px, 0, 13px); 260 padding: 0 13px;
261 261
262 border: 0; 262 border: 0;
263 font-weight: $font-semibold; 263 font-weight: $font-semibold;
@@ -270,6 +270,10 @@
270 270
271 text-align: center; 271 text-align: center;
272 cursor: pointer; 272 cursor: pointer;
273
274 my-global-icon + * {
275 @include margin-right(4px);
276 }
273} 277}
274 278
275@mixin peertube-button-link { 279@mixin peertube-button-link {