mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-01-26 11:23:58 +00:00
11 lines
135 B
SCSS
11 lines
135 B
SCSS
.btn {
|
|
border-radius: 3px;
|
|
padding: 1em;
|
|
border: 0;
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
&:disabled {
|
|
opacity: 0.6;
|
|
}
|
|
}
|