aviau 59a5fb561d Removed trailing spaces
Change-Id: Ie827f1915246863c1a959e5c74fff92f2e648318
2015-05-20 12:13:19 -04:00

15 lines
239 B
SCSS

//----------------------------------*\
// BUTTON MODULE
//----------------------------------*/
%button-reset {
background:transparent;
border:0;
display:inline-block;
padding:0;
}
.button {
//@extend %button-reset;
}