Fix wrong button merge
parent
0187462216
commit
8bb75f3068
|
@ -87,7 +87,6 @@
|
||||||
background: $red;
|
background: $red;
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
<<<<<<< HEAD
|
|
||||||
.icon {
|
.icon {
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
|
@ -100,8 +99,6 @@
|
||||||
background: $red-light;
|
background: $red-light;
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
=======
|
|
||||||
>>>>>>> Desfault button refactor
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-bulk {
|
.button-bulk {
|
||||||
|
@ -116,8 +113,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
.button-auth {
|
.button-auth {
|
||||||
@extend %button;
|
@extend %button;
|
||||||
background: $grayer;
|
background: $grayer;
|
||||||
|
@ -125,12 +120,6 @@
|
||||||
img {
|
img {
|
||||||
@extend %large;
|
@extend %large;
|
||||||
color: $white;
|
color: $white;
|
||||||
=======
|
|
||||||
.button-auth {
|
|
||||||
@extend %button;
|
|
||||||
background: $grayer;
|
|
||||||
.icon {
|
|
||||||
>>>>>>> Desfault button refactor
|
|
||||||
margin-right: .5rem;
|
margin-right: .5rem;
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
Loading…
Reference in New Issue