Skip to content
Snippets Groups Projects
Commit bc4501b2 authored by Franz Raumschüssel's avatar Franz Raumschüssel
Browse files

added thd colors to the button

parent 5d085e0a
No related branches found
No related tags found
2 merge requests!4Popup,!1Popup
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
.btn-primary {
color: #f1f1f1;
background-color: #1a4273;
border-radius: #1a4273;
}
.btn-primary:hover {
box-shadow: inset 0 0 0 20rem var(--darken-1);
}
.btn-primary:active {
box-shadow: inset 0 0 0 20rem var(--darken-2),
inset 0 3px 4px 0 var(--darken-3),
0 0 1px var(--darken-2);
}
.btn-primary:disabled,
.btn-primary.is-disabled {
opacity: .5;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment