forked from yevi.org/Ghost_Ruby_Theme
16 lines
325 B
Plaintext
16 lines
325 B
Plaintext
.button {
|
|
background-color: var(--primary-color);
|
|
border: 0;
|
|
border-radius: 5px;
|
|
color: @white-color;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
font-size: 11px;
|
|
font-weight: 700;
|
|
letter-spacing: 1px;
|
|
line-height: 1;
|
|
outline: none;
|
|
padding: 15px 21px;
|
|
text-align: center;
|
|
text-transform: uppercase;
|
|
} |