aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorJiayi Zheng <thebluber@gmail.com>2016-11-13 17:52:20 +0100
committerJiayi Zheng <thebluber@gmail.com>2016-11-13 17:52:20 +0100
commit53fed694dfa4f2c4fe5c8f58ad8eb728c7720449 (patch)
tree18a92533abe8d0647dadfef5411c8e9c4f295814 /src/App.scss
parent11125abeeba1e945461ac5d1708e89cac7bf0714 (diff)
Refactor css
Apply different styles to reply, retweet and favorite buttons
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/App.scss b/src/App.scss
index c155de73..a97ad56d 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -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;