Current section
Files
Jump to
Current section
Files
priv/static/components/button.css
@import "../colours.css";
.button {
display: inline-block;
padding: 8px 10px;
font-size: 18px;
font-weight: 300;
color: #fff;
background-color: var(--orange-400);
border: none;
border-radius: 6px;
cursor: pointer;
.icon {
margin-right: 6px;
}
}
.button--full-width {
width: 100%;
}