15 lines
No EOL
279 B
CSS
15 lines
No EOL
279 B
CSS
.input{
|
|
background-color: #ffffff;
|
|
color: #000;
|
|
text-decoration: none;
|
|
font-size: 20pt;
|
|
font-weight: 700;
|
|
text-align: center;
|
|
|
|
border: none;
|
|
border-radius: 30px;
|
|
padding: 8px 52px 8px 52px;
|
|
transition-duration: 0.2s;
|
|
display: flex;
|
|
align-items: center;
|
|
} |