59a5fb561d
Change-Id: Ie827f1915246863c1a959e5c74fff92f2e648318
15 lines
239 B
SCSS
15 lines
239 B
SCSS
//----------------------------------*\
|
|
// BUTTON MODULE
|
|
//----------------------------------*/
|
|
%button-reset {
|
|
background:transparent;
|
|
border:0;
|
|
display:inline-block;
|
|
padding:0;
|
|
}
|
|
|
|
.button {
|
|
//@extend %button-reset;
|
|
}
|
|
|