delete styles after changing base_design

This commit is contained in:
Silke Pisulla 2017-01-06 13:55:56 +01:00
commit 6ea8b72ee3

View file

@ -90,21 +90,7 @@
} // label } // label
button[type="submit"] { button[type="submit"] {
background-image: none;
background-color: @button_background;
border: solid 1px @button_background;
color: @button_color;
font-weight: bold;
margin-top: (@grid * 2); margin-top: (@grid * 2);
padding: .4em @grid;
transition: @transition background-color, @transition color;
&:hover,
&:focus,
&:active {
background-color: @button_color;
color: @button_background;
}
} }
} }