delete styles after changing base_design
This commit is contained in:
parent
746025d20b
commit
6ea8b72ee3
1 changed files with 0 additions and 14 deletions
|
@ -90,21 +90,7 @@
|
|||
} // label
|
||||
|
||||
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);
|
||||
padding: .4em @grid;
|
||||
transition: @transition background-color, @transition color;
|
||||
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
background-color: @button_color;
|
||||
color: @button_background;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue