From d25e54f73fc5b9b6f4b3f1383b23f77e99522f4a Mon Sep 17 00:00:00 2001 From: kuwsh1n Date: Thu, 27 Jun 2024 23:07:29 +0300 Subject: [PATCH] mybutton fix --- src/assets/styles/components/myButton.module.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/assets/styles/components/myButton.module.scss b/src/assets/styles/components/myButton.module.scss index b4a438f..9300045 100644 --- a/src/assets/styles/components/myButton.module.scss +++ b/src/assets/styles/components/myButton.module.scss @@ -30,7 +30,6 @@ &:hover { border: 1px solid rgba(0, 0, 0, 0.3); } -<<<<<<< HEAD &__green { color: white; background-color: rgb(150, 209, 158); @@ -53,8 +52,5 @@ transition: 0.3s; } } -} -======= } -} ->>>>>>> 750b571374c05b915d136af481fe93bf966bac39 +} \ No newline at end of file