diff options
author | Chocobozzz <me@florianbigard.com> | 2022-01-19 14:23:00 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-01-19 14:31:05 +0100 |
commit | 419b520ca4434d17f3505013174e195c3a316716 (patch) | |
tree | 24dbf663c4e11e970cb780f96e6eb3efe023b222 /client/src/sass | |
parent | 52435e467a0b30175a10af1dd3ae10d7d564d8ae (diff) | |
download | PeerTube-419b520ca4434d17f3505013174e195c3a316716.tar.gz PeerTube-419b520ca4434d17f3505013174e195c3a316716.tar.zst PeerTube-419b520ca4434d17f3505013174e195c3a316716.zip |
Add ability to cancel & delete video imports
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/include/_mixins.scss | 6 |
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 { |