We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d29c32a commit 1a4e460Copy full SHA for 1a4e460
asset/css/balls.less
@@ -120,8 +120,24 @@
120
121
i {
122
text-align: center;
123
+ display: block;
124
+
125
&:before {
126
margin-right: 0;
127
}
128
129
130
+ // Specific icon styles
131
+ &.ball-size-l i {
132
+ &.fa-sitemap:before {
133
+ font-size: 8px; // px to ignore browser min font-size
134
+ }
135
136
137
+ &.ball-size-xl i {
138
139
+ font-size: .857em;
140
+ line-height: (2 - @ball-pad * 2) / .857;
141
142
143
0 commit comments