Ghost_Ruby_Theme/assets/css/general/button.css

18 lines
397 B
CSS
Raw Permalink Normal View History

2019-05-04 08:01:50 +03:00
.button {
2020-10-19 04:07:40 +03:00
display: inline-block;
padding: 15px 30px;
outline: none;
2020-09-28 06:05:46 +03:00
border: 0;
color: var(--white-color);
font-size: 11px;
2020-10-19 04:07:40 +03:00
line-height: 1;
2020-09-28 06:05:46 +03:00
font-weight: 700;
letter-spacing: 1px;
text-align: center;
text-transform: uppercase;
2020-10-19 04:07:40 +03:00
background-color: var(--primary-color);
border-radius: 30px;
box-shadow: var(--shadow-base);
cursor: pointer;
}