diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-14 16:39:37 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-14 16:39:37 +0200 |
commit | 266947e5efc7ff30b0020beb5a74e4d4fc696fa5 (patch) | |
tree | 66c2e0f463e373d971d290d9ff3b07b9528ebf27 /client/src/app/modal/instance-config-warning-modal.component.scss | |
parent | 251a82ffbb62c575d7aeb260dff22409dae39d73 (diff) | |
download | PeerTube-266947e5efc7ff30b0020beb5a74e4d4fc696fa5.tar.gz PeerTube-266947e5efc7ff30b0020beb5a74e4d4fc696fa5.tar.zst PeerTube-266947e5efc7ff30b0020beb5a74e4d4fc696fa5.zip |
Refactor modal buttons style
Diffstat (limited to 'client/src/app/modal/instance-config-warning-modal.component.scss')
-rw-r--r-- | client/src/app/modal/instance-config-warning-modal.component.scss | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/client/src/app/modal/instance-config-warning-modal.component.scss b/client/src/app/modal/instance-config-warning-modal.component.scss index cc97d64e4..8d734c628 100644 --- a/client/src/app/modal/instance-config-warning-modal.component.scss +++ b/client/src/app/modal/instance-config-warning-modal.component.scss | |||
@@ -1,10 +1,6 @@ | |||
1 | @import '_mixins'; | 1 | @import '_mixins'; |
2 | @import '_variables'; | 2 | @import '_variables'; |
3 | 3 | ||
4 | .action-button-cancel { | ||
5 | margin-right: 0 !important; | ||
6 | } | ||
7 | |||
8 | .modal-body { | 4 | .modal-body { |
9 | font-size: 15px; | 5 | font-size: 15px; |
10 | } | 6 | } |
@@ -18,11 +14,3 @@ li { | |||
18 | margin: 0 auto 50px; | 14 | margin: 0 auto 50px; |
19 | width: 25%; | 15 | width: 25%; |
20 | } | 16 | } |
21 | |||
22 | .action-button-configure { | ||
23 | display: inline-block; | ||
24 | |||
25 | @include peertube-button; | ||
26 | @include orange-button; | ||
27 | @include disable-default-a-behaviour; | ||
28 | } | ||