increased size of font of send button
This commit is contained in:
parent
73a0b7c7cb
commit
03cdc155df
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
.input {
|
.input {
|
||||||
@include inputFocus($color-blue-light);
|
@include inputFocus($color-blue-light);
|
||||||
|
|
||||||
flex: 1;
|
flex: 1;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
@ -73,6 +73,7 @@
|
|||||||
.sendButton {
|
.sendButton {
|
||||||
margin-left: $sm-padding-x;
|
margin-left: $sm-padding-x;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
|
font-size: 0.9rem;
|
||||||
i {
|
i {
|
||||||
font-size: 115% !important;
|
font-size: 115% !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user