Merge pull request #637 from HeliumSquid/master

Centred icons inside of floating action buttons.
This commit is contained in:
Fez Vrasta 2015-07-07 15:05:42 +02:00
commit 49634eb71c
2 changed files with 5 additions and 3 deletions

View File

@ -3603,8 +3603,10 @@ body .jumbotron-material-blue-grey,
font-size: 15px;
}
.btn.btn-fab i {
position: relative;
top: -5px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-52%);
margin: 0 auto;
}
.btn-link,

File diff suppressed because one or more lines are too long