Skip to content

Commit 6f6da74

Browse files
committed
fix twitter button css
1 parent 3ded2e4 commit 6f6da74

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

app/css/app.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,9 @@ div.colorpicker div.colorpicker-hue {
281281
.protected .socialButtons li {
282282
margin-left: 5px;
283283
}
284+
.protected .socialButtons li.twitter {
285+
margin-right: -25px;
286+
}
284287
.protected .introHeader {
285288
padding: 180px 90px;
286289
}

app/less/app.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,9 @@ div.colorpicker{
298298
padding-top: 15px;
299299
li{
300300
margin-left: 5px;
301+
&.twitter{
302+
margin-right: -25px;
303+
}
301304
}
302305
}
303306

0 commit comments

Comments
 (0)