Removed commented css
This commit is contained in:
parent
00b19c79c8
commit
902bc66dde
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue