Simplify file namings

This commit is contained in:
Chi Vinh Le
2017-07-19 23:55:35 +07:00
parent 8f64229dee
commit 7005175fc0
10 changed files with 24 additions and 24 deletions
@@ -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;
}