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 @@
.award-control {
margin: 3px 5px 3px 0;
padding: 5px 6px;
padding: .35em .4em;
outline: 0;
line-height: 1;
&.disabled {
cursor: default;
......@@ -140,10 +138,12 @@
}
.icon,
gl-emoji,
.award-control-icon {
float: left;
margin-right: 5px;
font-size: 18px;
vertical-align: middle;
margin-right: 0.15em;
font-size: 1.5em;
line-height: 1;
}
.award-control-icon-loading {
......@@ -154,4 +154,8 @@
color: $border-gray-normal;
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