mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-23 10:04:04 +03:00
Centred icons inside of floating action buttons.
This commit is contained in:
parent
18fc7137e2
commit
fd76104484
6
dist/css/material.css
vendored
6
dist/css/material.css
vendored
|
@ -3603,8 +3603,10 @@ body .jumbotron-material-blue-grey,
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
.btn.btn-fab i {
|
.btn.btn-fab i {
|
||||||
position: relative;
|
position: absolute;
|
||||||
top: -5px;
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%,-52%);
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
.btn-link,
|
.btn-link,
|
||||||
|
|
2
dist/css/material.min.css
vendored
2
dist/css/material.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user