Small fixes

This commit is contained in:
Jorik Schellekens 2020-04-27 18:36:05 +01:00
parent 55084e918c
commit 66067719f4
3 changed files with 5 additions and 5 deletions

View file

@ -72,10 +72,10 @@ limitations under the License.
.mx_AccessibleButton::after {
mask-repeat: no-repeat;
mask-position: 0 center;
mask-size: 16px;
mask-size: $font-16px;
position: absolute;
width: 16px;
height: 16px;
width: $font-16px;
height: $font-16px;
content: "";
top: 5px;
left: 14px;