mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-23 22:39:23 -05:00
21 lines
No EOL
321 B
CSS
21 lines
No EOL
321 B
CSS
.melt-button {
|
|
height: 34px;
|
|
padding: 0 16px;
|
|
background-color: #0000;
|
|
border: 1px solid #555a;
|
|
border-radius: 5px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.melt-button:hover {
|
|
transition: all 0.3s;
|
|
border-color: #555;
|
|
}
|
|
|
|
.melt-button--text {
|
|
border: none;
|
|
}
|
|
|
|
.melt-button--text:hover {
|
|
color: #4af;
|
|
} |