adds proper overrides to skeleton for button.
This commit is contained in:
parent
c7ccadc42c
commit
887d304dae
@ -82,10 +82,22 @@ blocks
|
|||||||
buttons
|
buttons
|
||||||
===================================================================================================================== */
|
===================================================================================================================== */
|
||||||
.button {
|
.button {
|
||||||
height: auto;
|
height: auto;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding: 5px 20px;
|
padding: 5px 20px;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
|
border: 0;
|
||||||
|
color: inherit;
|
||||||
|
text-transform: none;
|
||||||
|
border-radius: 0;
|
||||||
|
cursor: none;
|
||||||
|
letter-spacing: inherit;
|
||||||
|
text-align: inherit;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.button:hover {
|
||||||
|
color: inherit;
|
||||||
|
border-color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* =====================================================================================================================
|
/* =====================================================================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user