move scrape-url-button style to component styles (#1925)

This commit is contained in:
7dJx1qP
2021-10-28 18:08:43 -04:00
committed by GitHub
parent ad7bb9a46f
commit 29b14ab4fc
2 changed files with 4 additions and 6 deletions

View File

@@ -1,9 +1,3 @@
#performer-edit {
.scrape-url-button:disabled {
opacity: 0.5;
}
}
#performer-page { #performer-page {
flex-direction: row; flex-direction: row;
margin: 10px auto; margin: 10px auto;

View File

@@ -254,3 +254,7 @@ button.collapse-button.btn-primary:not(:disabled):not(.disabled):active {
.ModalComponent .modal-footer { .ModalComponent .modal-footer {
justify-content: space-between; justify-content: space-between;
} }
.scrape-url-button:disabled {
opacity: 0.5;
}