mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 05:58:09 +08:00
23 lines
354 B
CSS
23 lines
354 B
CSS
.button {
|
|
color: #787D80;
|
|
border-radius: 2px;
|
|
border: 1px solid #787d80;
|
|
background-color: transparent;
|
|
height: 30px;
|
|
font-size: 0.9em;
|
|
line-height: normal;
|
|
|
|
&:hover {
|
|
background-color: #eaeaea;
|
|
}
|
|
|
|
&.secondary {
|
|
background-color: #787D80;
|
|
color: white;
|
|
}
|
|
|
|
> i {
|
|
font-size: 1.2em;
|
|
vertical-align: middle;
|
|
}
|
|
} |