Skip to content

Commit e729c52

Browse files
committed
Add tweet btn fix styles
1 parent 335dc6a commit e729c52

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

frontend/src/components/view/feed/FeedContainer.vue

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class="btn-add-tweet"
66
rounded
77
size="is-medium"
8-
type="is-primary"
8+
type="is-danger"
99
icon-left="twitter"
1010
icon-pack="fab"
1111
@click="onAddTweetClick"
@@ -78,6 +78,13 @@ export default {
7878
}
7979
8080
.btn-add-tweet {
81+
transition: 0.2s ease-out all;
82+
box-shadow: 1px 5px 5px 0 #00000020;
83+
84+
&:hover {
85+
box-shadow: 1px 1px 0 0 #00000020;
86+
}
87+
8188
@media screen and (max-width: $tablet) {
8289
font-size: 1rem;
8390
}

0 commit comments

Comments
 (0)