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/+about | |
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/+about')
-rw-r--r-- | client/src/app/+about/about-instance/contact-admin-modal.component.html | 7 | ||||
-rw-r--r-- | client/src/app/+about/about-instance/contact-admin-modal.component.scss | 1 |
2 files changed, 2 insertions, 6 deletions
diff --git a/client/src/app/+about/about-instance/contact-admin-modal.component.html b/client/src/app/+about/about-instance/contact-admin-modal.component.html index 81e59d46a..343e5d649 100644 --- a/client/src/app/+about/about-instance/contact-admin-modal.component.html +++ b/client/src/app/+about/about-instance/contact-admin-modal.component.html | |||
@@ -45,14 +45,11 @@ | |||
45 | 45 | ||
46 | <div class="form-group inputs"> | 46 | <div class="form-group inputs"> |
47 | <input | 47 | <input |
48 | type="button" role="button" i18n-value value="Cancel" class="action-button action-button-cancel" | 48 | type="button" role="button" i18n-value value="Cancel" class="peertube-button grey-button" |
49 | (click)="hide()" (key.enter)="hide()" | 49 | (click)="hide()" (key.enter)="hide()" |
50 | > | 50 | > |
51 | 51 | ||
52 | <input | 52 | <input type="submit" i18n-value value="Submit" class="peertube-button orange-button" [disabled]="!form.valid" /> |
53 | type="submit" i18n-value value="Submit" class="action-button-submit" | ||
54 | [disabled]="!form.valid" | ||
55 | > | ||
56 | </div> | 53 | </div> |
57 | </form> | 54 | </form> |
58 | 55 | ||
diff --git a/client/src/app/+about/about-instance/contact-admin-modal.component.scss b/client/src/app/+about/about-instance/contact-admin-modal.component.scss index 260d77888..6c1c89225 100644 --- a/client/src/app/+about/about-instance/contact-admin-modal.component.scss +++ b/client/src/app/+about/about-instance/contact-admin-modal.component.scss | |||
@@ -3,7 +3,6 @@ | |||
3 | 3 | ||
4 | input[type=text] { | 4 | input[type=text] { |
5 | @include peertube-input-text(340px); | 5 | @include peertube-input-text(340px); |
6 | display: block; | ||
7 | } | 6 | } |
8 | 7 | ||
9 | textarea { | 8 | textarea { |