Skip to content

Commit

Permalink
PR - Vizzuality#31 amendments
Browse files Browse the repository at this point in the history
  • Loading branch information
mluena committed Aug 1, 2019
1 parent d3c6df8 commit 8712e0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 27 deletions.
32 changes: 6 additions & 26 deletions src/components/button/style.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,35 +14,20 @@

transition: all 0.25s ease;

// &:hover {
// border-color: rgba($primary, 0.4);
// cursor: pointer;
// }

// &:focus {
// border-color: $primary;
// }
&:hover {
border-color: rgba($primary, 0.4);
cursor: pointer;
}

&.background {
background-color: $primary;
color:$white;
// height: 26px;
// width: 124.8px;
// border: 2px solid $white;
//
// border-radius: 15px;

&.contrast {
background-color: $white;
color: $primary;
border-color: $white;
}
// &:focus {
// height: 26px;
// width: 124.8px;
// border: 2px solid $white;
// opacity: 0.4;
// border-radius: 15px;
// }
}

&.transparent {
Expand All @@ -53,9 +38,7 @@
&:hover {
border: 2px solid rgba(0, 133, 127, 0.4);
}
// &:focus {
// border-color: $primary;
// }

&.contrast {
color: $white;
}
Expand All @@ -65,9 +48,6 @@
&:hover {
border-color: rgba(0,0,0,0.4);
}
// &:focus {
// border-color: $body-color;
// }
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/buttonGroup/style.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.container {
border: 2px solid rgba(0,0,0,0.2);
display:inline-flex;
display: inline-flex;
position: relative;
height: 26px;
border-radius: 15px;
Expand Down

0 comments on commit 8712e0f

Please # to comment.