Reduce the size of the tick icon

To match closer to the previous png icons
This commit is contained in:
Ed Wilde 2023-08-01 10:39:27 +12:00
parent 9b322508d9
commit 3947040551
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ span[class*=' bn-icon']{
.bn-icon-tick {
@extend .svg-images--bn-icon--tick;
@extend .svg-images--bn-icon--tick-dims;
transform: scale(0.85);
transform: scale(0.7);
}
.bn-icon-tools {