mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-19 03:41:19 +02:00
Aligned close buttons to the middle of alert message
This commit is contained in:
@@ -520,6 +520,10 @@ footer {
|
|||||||
&.info:hover {
|
&.info:hover {
|
||||||
color: @white
|
color: @white
|
||||||
}
|
}
|
||||||
|
// Sets the close button to the middle of message
|
||||||
|
.close{
|
||||||
|
line-height: 18px;
|
||||||
|
}
|
||||||
// Danger and error appear as red
|
// Danger and error appear as red
|
||||||
&.danger,
|
&.danger,
|
||||||
&.error {
|
&.error {
|
||||||
|
Reference in New Issue
Block a user