diff --git a/tutordeck/server/static/scss/deck.scss b/tutordeck/server/static/scss/deck.scss index 5688138..59e1836 100644 --- a/tutordeck/server/static/scss/deck.scss +++ b/tutordeck/server/static/scss/deck.scss @@ -63,7 +63,7 @@ button:disabled { padding: 0.5em 1em; } - .close-modal-button { + .close-modal-button, .close-toast-button { background: none; border: 1px solid #888; color: $black; @@ -72,11 +72,7 @@ button:disabled { font-size: 1em; } - .close-toast-button { - @extend .close-modal-button; - } - - .run_modal_button { + form button { background: none; border: none; background-color: $light-blue; diff --git a/tutordeck/server/templates/index.html b/tutordeck/server/templates/index.html index e1b6859..95069ad 100644 --- a/tutordeck/server/templates/index.html +++ b/tutordeck/server/templates/index.html @@ -70,16 +70,16 @@
- - {{ toast_description }} + + {{ toast_description }}