提交 786243ac 编写于 作者: C Catouse

* ajusted style of alerts.

上级 cdb4e920
因为 它太大了无法显示 source diff 。你可以改为 查看blob
......@@ -412,6 +412,8 @@
// ALERTS
// -------------------------
@alert-padding: 15px;
@alert-padding-v: 12px;
@alert-padding-h: 15px;
@alert-border-radius: @border-radius-small;
@alert-link-font-weight: bold;
......
......@@ -8,7 +8,7 @@
.alert
{
padding: @alert-padding;
padding: @alert-padding-v @alert-padding-h;
margin-bottom: @line-height-computed;
border: 1px solid transparent;
border-radius: @alert-border-radius;
......@@ -60,6 +60,13 @@
}
}
// Block alert
.alert-block
{
margin: 0;
border-radius: 0;
}
// Dismissable alerts
//
// Expand the right padding and account for the close button's positioning.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册