SCSS Framework (Beta)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
227 B

.component-button {
padding: .5rem .9rem;
background: linear-gradient(#da0, #c90);
border: 1px solid var(--secondary-color-darker);
border-radius: 5px;
cursor: pointer;
&:hover {
filter: brightness(1.2);
}
}