mirror of
https://github.com/wassname/talk.git
synced 2026-08-14 12:50:17 +08:00
Simplify file namings
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
.button {
|
||||
color: #2a2a2a;
|
||||
background: none;
|
||||
padding: 0px;
|
||||
border: none;
|
||||
margin-right: 10px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
color: #767676;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.button.featured {
|
||||
color: #10589b;
|
||||
}
|
||||
|
||||
.button.featured:hover {
|
||||
color: #10589b;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.icon {
|
||||
font-size: 18px;
|
||||
padding: 0 5px;
|
||||
vertical-align: top;
|
||||
}
|
||||
Reference in New Issue
Block a user