From 24ddf0657b824e39a5e4d4c23403fdb8a2ae3c3e Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Wed, 13 Feb 2019 00:59:03 -0500 Subject: [PATCH] commento-input.scss: remove unused approve and delete classes --- frontend/sass/commento-input.scss | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/frontend/sass/commento-input.scss b/frontend/sass/commento-input.scss index 6f4c6f8..36bb97c 100644 --- a/frontend/sass/commento-input.scss +++ b/frontend/sass/commento-input.scss @@ -58,31 +58,12 @@ textarea { will-change: transform; } -.commento-approve-button, -.commento-delete-button, -.commento-submit-button { - margin-top: 10px; - font-size: 14px; - width: -moz-fit-content; - width: -webkit-fit-content; - width: -ms-fit-content; - width: -o-fit-content; - width: fit-content; -} - .commento-submit-button { float: right; background: $blue-8; text-transform: uppercase; font-size: 12px; -} - -.commento-approve-button { - background: $green-7; -} - -.commento-delete-button { - background: $red-7; + margin-top: 10px; } .commento-button-margin {