Refactor css
Apply different styles to reply, retweet and favorite buttons
This commit is contained in:
parent
11125abeeb
commit
53fed694df
5 changed files with 40 additions and 20 deletions
|
@ -1,7 +1,4 @@
|
|||
$main-color: #f58d2c;
|
||||
$main-background: white;
|
||||
$darkened-background: whitesmoke;
|
||||
|
||||
@import './_variables.scss';
|
||||
#app {
|
||||
background-color: $main-color;
|
||||
background-size: cover;
|
||||
|
@ -225,9 +222,10 @@ status.ng-enter.ng-enter-active {
|
|||
}
|
||||
|
||||
.fa {
|
||||
color: $main-color;
|
||||
color: grey;
|
||||
}
|
||||
|
||||
|
||||
.status-actions {
|
||||
width: 50%;
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue