Commit 1c5927d5 authored by Nikolay Gromov's avatar Nikolay Gromov

Рефакторинг: btn

parent 018644c1
...@@ -21,7 +21,8 @@ ...@@ -21,7 +21,8 @@
text-transform: none; text-transform: none;
color: $text-color; color: $text-color;
border-radius: $border-radius; border-radius: $border-radius;
border: 1px solid $gray-lighter; // border: 1px solid $gray-lighter;
border: 0;
background-color: $gray-lightest; background-color: $gray-lightest;
background-image: none; background-image: none;
cursor: pointer; cursor: pointer;
...@@ -31,7 +32,7 @@ ...@@ -31,7 +32,7 @@
text-decoration: none; text-decoration: none;
color: $text-color; color: $text-color;
background-color: darken($gray-lightest, 10%); background-color: darken($gray-lightest, 10%);
border-color: darken($gray-lighter, 12%); // border-color: darken($gray-lighter, 12%);
} }
// &:visited { // &:visited {
...@@ -49,7 +50,7 @@ ...@@ -49,7 +50,7 @@
cursor: not-allowed; cursor: not-allowed;
color: $text-color; color: $text-color;
background-color: $gray-lightest; background-color: $gray-lightest;
border-color: $gray-lighter; // border-color: $gray-lighter;
@at-root a.btn--disabled { @at-root a.btn--disabled {
pointer-events: none; pointer-events: none;
...@@ -66,20 +67,20 @@ ...@@ -66,20 +67,20 @@
// &--main { // &--main {
// color: #fff; // color: #fff;
// background-color: $color-main; // background-color: $color-main;
// border: 1px solid $color-main; // // border: 1px solid $color-main;
// &:hover, // &:hover,
// &:focus { // &:focus {
// color: #fff; // color: #fff;
// background-color: darken($color-main, 10%); // background-color: darken($color-main, 10%);
// border-color: darken($color-main, 12%); // // border-color: darken($color-main, 12%);
// } // }
// &--disabled, // &--disabled,
// &:disabled { // &:disabled {
// color: #fff; // color: #fff;
// background-color: $color-main; // background-color: $color-main;
// border-color: $color-main; // // border-color: $color-main;
// } // }
// } // }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment