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