更大的Glyphicons [英] Bigger Glyphicons

查看:165
本文介绍了更大的Glyphicons的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在twitter bootstrap 3.0(不是2.3.x)中制作更大的Glyphicons。

How do I make bigger Glyphicons in twitter bootstrap 3.0 (not 2.3.x).

这段代码会使我的字形很大:

This code will make my glyphicons big:

<button type="button" class="btn btn-default btn-lg">
   <span class="glyphicon glyphicon-th-list">
   </span>
</button>

如何获取此大小使用btn-lg类while

How can I get this size without using the btn-lg class while using only a span ?

这是一个很小的字形:

<span class="glyphicon glyphicon-link"></span>


推荐答案

你可以给glyphicon一个字体大小您的喜好:

You can just give the glyphicon a font-size to your liking:

span.glyphicon-link {
    font-size: 1.2em;
}

这篇关于更大的Glyphicons的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆