diff options
| author | Jiayi Zheng <thebluber@gmail.com> | 2016-11-13 17:52:20 +0100 |
|---|---|---|
| committer | Jiayi Zheng <thebluber@gmail.com> | 2016-11-13 17:52:20 +0100 |
| commit | 53fed694dfa4f2c4fe5c8f58ad8eb728c7720449 (patch) | |
| tree | 18a92533abe8d0647dadfef5411c8e9c4f295814 /src/components/status/status.vue | |
| parent | 11125abeeba1e945461ac5d1708e89cac7bf0714 (diff) | |
Refactor css
Apply different styles to reply, retweet and favorite buttons
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index d309c495..d4bcc279 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -51,7 +51,8 @@ <script src="./status.js" ></script> <style lang="scss"> - .status-el { + @import '../../_variables.scss'; + .status-el { hyphens: auto; overflow-wrap: break-word; word-wrap: break-word; @@ -66,9 +67,13 @@ margin-top: 3px; margin-bottom: 3px; } - } + } - .status-actions { + .status-actions { padding-top: 5px; - } + } + + .icon-reply:hover { + color: $blue; + } </style> |
