increased size of font of send button

This commit is contained in:
Tainan Felipe 2017-11-17 16:57:39 -02:00
parent 73a0b7c7cb
commit 03cdc155df

View File

@ -44,7 +44,7 @@
.input {
@include inputFocus($color-blue-light);
flex: 1;
background: #fff;
background-clip: padding-box;
@ -73,6 +73,7 @@
.sendButton {
margin-left: $sm-padding-x;
align-self: center;
font-size: 0.9rem;
i {
font-size: 115% !important;
}