mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-17 19:00:59 +00:00
Aligned close buttons to the middle of alert message
This commit is contained in:
parent
41ada302ec
commit
3045ce4692
1 changed files with 4 additions and 0 deletions
|
|
@ -520,6 +520,10 @@ footer {
|
|||
&.info:hover {
|
||||
color: @white
|
||||
}
|
||||
// Sets the close button to the middle of message
|
||||
.close{
|
||||
line-height: 18px;
|
||||
}
|
||||
// Danger and error appear as red
|
||||
&.danger,
|
||||
&.error {
|
||||
|
|
|
|||
Loading…
Reference in a new issue