replace * for x

This commit is contained in:
Javier 2016-07-15 15:36:00 -03:00
commit 8c7c8079ba
5 changed files with 41 additions and 32 deletions

View file

@ -21,7 +21,7 @@
}
.button-content {
margin-bottom: -20px;
margin-bottom: -15px;
}
.behind {
@ -107,6 +107,20 @@
border: 1px solid #E9E9EC;
}
.button.button-balanced:hover {
background-color: #b2b2b2;
border: 1px solid #E9E9EC;
}
.button.button-balanced:active {
background-color: #ababab;
border: 1px solid #E9E9EC;
}
.button {
text-transform: none;
}
button, .button {
min-width: inherit;
min-height: inherit;