style: edited button font wrap
This commit is contained in:
parent
5ecdefb4a9
commit
c226128140
6
css/skeleton.css
vendored
6
css/skeleton.css
vendored
@ -177,11 +177,11 @@ input[type="button"] {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 38px;
|
line-height: 10px;
|
||||||
letter-spacing: .1rem;
|
letter-spacing: 1px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap;
|
white-space: normal;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border: 1px solid #bbb;
|
border: 1px solid #bbb;
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
button{
|
button{
|
||||||
height: 65px;
|
height: 65px;
|
||||||
|
max-height: 65px;
|
||||||
width: 105px;
|
width: 105px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
font-size: 8px;
|
font-size: 8px;
|
||||||
|
white-space: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.empty-button{
|
.empty-button{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user