From 902bc66dde6192d60a02bd18cebb8905f5db1d97 Mon Sep 17 00:00:00 2001 From: jitendra Date: Tue, 15 Mar 2022 15:07:52 +0530 Subject: [PATCH] Removed commented css --- .../Resources/assets/sass/components/app.scss | 38 ------------------- 1 file changed, 38 deletions(-) diff --git a/packages/Webkul/Velocity/src/Resources/assets/sass/components/app.scss b/packages/Webkul/Velocity/src/Resources/assets/sass/components/app.scss index 1e1266175..1f8e5c94e 100755 --- a/packages/Webkul/Velocity/src/Resources/assets/sass/components/app.scss +++ b/packages/Webkul/Velocity/src/Resources/assets/sass/components/app.scss @@ -443,44 +443,6 @@ font-size: 16px; font-weight: 600; } - - - - // button, - // input { - // @extend .btn; - - // height: 35px; - // border-radius: 2px; - // vertical-align: top; - // padding: 0 10px !important; - // font-size: 24px !important; - // font-weight: 600 !important; - // color: $black-color !important; - // background-color: $white-color; - // border: 1px solid $border-common !important; - // } - - // input { - // max-width: 50px; - // cursor: default; - // font-size: 16px !important; - // text-align: center; - // margin-left: -5px; - // margin-right: -5px; - // } - - // button:hover { - // background-color: #f5f5f5 !important; - // } - - // button:active, - // button:focus, - // input:active, - // input:focus { - // outline: none !important; - // box-shadow: none !important; - // } } .form-container {