You are not my master
This commit is contained in:
@ -105,7 +105,7 @@ nav input {
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
button {
|
||||
button.level {
|
||||
vertical-align:top;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
@ -121,10 +121,10 @@ button {
|
||||
outline: 0;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
button:hover {
|
||||
button.level:hover {
|
||||
border-bottom-width: 4px;
|
||||
}
|
||||
button:active {
|
||||
button.level:active {
|
||||
border-bottom-width: 2px;
|
||||
}
|
||||
|
||||
|
@ -459,24 +459,18 @@ left: 56.3333%%;
|
||||
*
|
||||
* A simple helper class for game buttons. Edit at your will.
|
||||
*/
|
||||
.mg__button span {
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
.mg__button {
|
||||
margin: 0;
|
||||
display: inline-block;
|
||||
padding: 5px;
|
||||
padding: 15px;
|
||||
color: #fff;
|
||||
font-family: "Roboto Slab", serif;
|
||||
font-size: 14px;
|
||||
line-height:18px;
|
||||
|
||||
appearance: none;
|
||||
background: #ff3c50;
|
||||
border: none;
|
||||
border-radius: 3px;
|
||||
box-shadow: none;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* =============================================================================
|
||||
|
Reference in New Issue
Block a user