Commit ce5d1b6f authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '29228-update-award-emoji-native-unicode-alignment' into 'master'

Update award emoji button native emoji alignment

Closes #29228

See merge request !9985
parents 8a7c822d 4a0de9bd
...@@ -96,11 +96,9 @@ ...@@ -96,11 +96,9 @@
.award-control { .award-control {
margin: 3px 5px 3px 0; margin: 3px 5px 3px 0;
padding: 5px 6px; padding: .35em .4em;
outline: 0; outline: 0;
line-height: 1;
&.disabled { &.disabled {
cursor: default; cursor: default;
...@@ -140,10 +138,12 @@ ...@@ -140,10 +138,12 @@
} }
.icon, .icon,
gl-emoji,
.award-control-icon { .award-control-icon {
float: left; vertical-align: middle;
margin-right: 5px; margin-right: 0.15em;
font-size: 18px; font-size: 1.5em;
line-height: 1;
} }
.award-control-icon-loading { .award-control-icon-loading {
...@@ -154,4 +154,8 @@ ...@@ -154,4 +154,8 @@
color: $border-gray-normal; color: $border-gray-normal;
margin-top: 1px; margin-top: 1px;
} }
.award-control-text {
vertical-align: middle;
}
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment