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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {
flex-direction: row;
margin: 10px auto;

View file

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