Centred icons inside of floating action buttons.

This commit is contained in:
HeliumSquid 2015-07-04 17:30:47 +02:00
parent 18fc7137e2
commit fd76104484
2 changed files with 5 additions and 3 deletions

View File

@ -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,

File diff suppressed because one or more lines are too long