ฉันจะสร้าง Glyphicons ที่ใหญ่กว่าใน twitter bootstrap 3.0 ได้อย่างไร (ไม่ใช่ 2.3.x)
รหัสนี้จะทำให้ glyphicons ของฉันใหญ่:
<button type="button" class="btn btn-default btn-lg">
<span class="glyphicon glyphicon-th-list">
</span>
</button>
ฉันจะได้ขนาดนี้โดยไม่ใช้คลาส btn-lg ในขณะที่ใช้เพียงช่วงเดียวได้อย่างไร
สิ่งนี้จะให้ glyphicon ขนาดเล็ก:
<span class="glyphicon glyphicon-link"></span>