mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 09:05:22 -04:00
15 lines
178 B
CSS
15 lines
178 B
CSS
.button {
|
|
line-height: 1;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.button.success {
|
|
color: var(--success) !important;
|
|
}
|
|
|
|
.icon {
|
|
width: 1.25em;
|
|
height: 1.25em;
|
|
vertical-align: -0.3em;
|
|
}
|