diff options
author | Chocobozzz <me@florianbigard.com> | 2022-07-08 10:32:33 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-07-08 10:58:05 +0200 |
commit | c0e3d9ff9019fc3af9791bd20e1430724b2a043a (patch) | |
tree | c43204bf44440eda4775fd1c3355f69bfeecb76e /client/src/sass | |
parent | c482d2b7a6c59867973291f3ea3eca7d2db87d2a (diff) | |
download | PeerTube-c0e3d9ff9019fc3af9791bd20e1430724b2a043a.tar.gz PeerTube-c0e3d9ff9019fc3af9791bd20e1430724b2a043a.tar.zst PeerTube-c0e3d9ff9019fc3af9791bd20e1430724b2a043a.zip |
Rename not fount page to error page
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/class-helpers.scss | 8 | ||||
-rw-r--r-- | client/src/sass/include/_mixins.scss | 7 |
2 files changed, 15 insertions, 0 deletions
diff --git a/client/src/sass/class-helpers.scss b/client/src/sass/class-helpers.scss index c67179ccb..72381d1a8 100644 --- a/client/src/sass/class-helpers.scss +++ b/client/src/sass/class-helpers.scss | |||
@@ -27,10 +27,18 @@ | |||
27 | @include peertube-button; | 27 | @include peertube-button; |
28 | } | 28 | } |
29 | 29 | ||
30 | .peertube-button-big { | ||
31 | @include peertube-button-big; | ||
32 | } | ||
33 | |||
30 | .peertube-button-link { | 34 | .peertube-button-link { |
31 | @include peertube-button-link; | 35 | @include peertube-button-link; |
32 | } | 36 | } |
33 | 37 | ||
38 | .peertube-button-big-link { | ||
39 | @include peertube-button-big-link; | ||
40 | } | ||
41 | |||
34 | .orange-button { | 42 | .orange-button { |
35 | @include orange-button; | 43 | @include orange-button; |
36 | } | 44 | } |
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index 6b93a5728..9d3700e15 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -284,6 +284,13 @@ | |||
284 | display: inline-block; | 284 | display: inline-block; |
285 | } | 285 | } |
286 | 286 | ||
287 | @mixin peertube-button-big-link { | ||
288 | @include disable-default-a-behaviour; | ||
289 | @include peertube-button-big; | ||
290 | |||
291 | display: inline-block; | ||
292 | } | ||
293 | |||
287 | @mixin peertube-button-outline { | 294 | @mixin peertube-button-outline { |
288 | @include disable-default-a-behaviour; | 295 | @include disable-default-a-behaviour; |
289 | @include peertube-button; | 296 | @include peertube-button; |