mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 11:47:56 +01:00
Refactor CSS (#116)
Refactor CSS files and structure. Also refactors some html and React components for a smarter use of CSS classes.
This commit is contained in:
committed by
GitHub
parent
35c427d9f6
commit
8e75a85873
@@ -15,13 +15,13 @@
|
||||
border-bottom: $like_button_size solid rgba(35,35,35,.2);
|
||||
|
||||
&:hover {
|
||||
border-bottom-color: $astuto-black;
|
||||
border-bottom-color: $primary-color;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.likeButton.liked {
|
||||
border-bottom-color: $astuto-black;
|
||||
border-bottom-color: $primary-color;
|
||||
}
|
||||
|
||||
.likesCountLabel {
|
||||
|
||||
Reference in New Issue
Block a user