Improve buttons look

This commit is contained in:
EliverLara
2018-10-04 14:48:46 -05:00
parent ade06a2010
commit 632ae20b16
7 changed files with 170 additions and 238 deletions

View File

@@ -41,6 +41,10 @@ row {
&:backdrop { background-color: $backdrop_selected_bg_color; }
}
button:not(.image-button){
background-color: transparent;
}
}
&:selected { @extend %selected_items; }