added odd default circle icon size for better visual vertical alignment in firefox

This commit is contained in:
Gani Georgiev
2022-07-14 21:21:33 +03:00
parent dbbfa243bc
commit d8c8289269
11 changed files with 22 additions and 13 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
transform: rotate(180deg);
}
}
.btn.refreshing i {
.btn.refreshing i:before {
animation: refresh 200ms linear;
}
</style>
+9
View File
@@ -227,7 +227,16 @@ button {
border-radius: 50%;
padding: 0;
i {
$iconSize: 23px;
font-size: 1.2857rem;
text-align: center;
width: $iconSize;
height: $iconSize;
line-height: $iconSize;
&:before {
margin: 0;
display: block;
}
}
&.btn-sm i,
&.btn-xs i {