mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 03:14:30 -07:00
Add like button
This commit is contained in:
@@ -7310,7 +7310,8 @@ html.route-index #carbon {
|
||||
|
||||
#social > iframe,
|
||||
#social > a,
|
||||
#social > form {
|
||||
#social > form,
|
||||
#social > div {
|
||||
display: inline-block;
|
||||
font-size: 11px;
|
||||
height: 30px;
|
||||
@@ -7318,8 +7319,27 @@ html.route-index #carbon {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
#social .github-btn {
|
||||
width: 160px;
|
||||
}
|
||||
|
||||
#social .twitter-share-button {
|
||||
margin-right: 10px;
|
||||
min-width: 76px;
|
||||
}
|
||||
|
||||
#social .paypal-form {
|
||||
min-width: 148px;
|
||||
}
|
||||
|
||||
#social .fb-like {
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
width: 130px;
|
||||
}
|
||||
|
||||
#newsletter .input {
|
||||
|
||||
Reference in New Issue
Block a user