Skip to content
Snippets Groups Projects
Commit 4b039652 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix(style): correct duplicated values

parent db3e3102
No related branches found
No related tags found
3 merge requests!418V2.1.0,!400V2.0,!230V2.0
......@@ -76,7 +76,6 @@
&.already-selected {
background: $grey-8;
border-color: $grey-8;
background: $grey-8;
.sticker {
@include lato-regular-10;
......
......@@ -79,7 +79,6 @@ button {
align-items: center;
justify-content: center;
background: $primary-color;
text-align: center;
margin: auto;
color: $white;
width: auto;
......@@ -97,7 +96,6 @@ button {
text-align: center;
align-items: center;
justify-content: center;
text-align: center;
margin: auto;
color: $grey-1;
width: auto;
......@@ -264,7 +262,6 @@ button {
white-space: nowrap;
overflow: hidden;
display: inline-block;
white-space: nowrap;
}
&.unchecked {
background: $grey-1;
......
......@@ -31,7 +31,6 @@
height: 36px;
border-radius: 50px;
margin-right: 0.25rem;
height: 40px;
@media #{$large-desktop} {
width: 300px;
min-width: 250px;
......
......@@ -49,7 +49,6 @@
outline: none;
}
@mixin btn-grey {
border: 1px solid $grey-4;
box-sizing: border-box;
border-radius: 6px;
background: $white;
......@@ -75,7 +74,6 @@
border-radius: 4px;
outline: none;
cursor: pointer;
border: 0;
color: $white;
height: 40px;
width: 192px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment