Skip to content
Snippets Groups Projects
Commit ce5d1b6f authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

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
No related branches found
No related tags found
1 merge request!9985Update award emoji button native emoji alignment
Pipeline #
Loading
Loading
@@ -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;
 
Loading
Loading
@@ -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 {
Loading
Loading
@@ -154,4 +154,8 @@
color: $border-gray-normal;
margin-top: 1px;
}
.award-control-text {
vertical-align: middle;
}
}
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