Skip to content
Snippets Groups Projects
Commit fed85fba authored by KDSBrowne's avatar KDSBrowne
Browse files

Update font size of chat input to match the text display in the chat area

parent cd851fcd
No related branches found
No related tags found
No related merge requests found
@import "/imports/ui/stylesheets/variables/_all";
.item {
font-size: $font-size-base * .90;
font-size: $font-size-base;
margin-bottom: $line-height-computed;
&:last-child {
......
......@@ -4,7 +4,7 @@ $font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace !def
$font-family-base: $font-family-sans-serif !default;
$font-size-base: 1rem !default;
$font-size-base: 0.9rem !default;
$font-size-large: 1.25rem !default;
$font-size-small: .875rem !default;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment