replace * for x
This commit is contained in:
parent
65766c6fe5
commit
8c7c8079ba
5 changed files with 41 additions and 32 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue