We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ded2e4 commit 6f6da74Copy full SHA for 6f6da74
2 files changed
app/css/app.css
@@ -281,6 +281,9 @@ div.colorpicker div.colorpicker-hue {
281
.protected .socialButtons li {
282
margin-left: 5px;
283
}
284
+.protected .socialButtons li.twitter {
285
+ margin-right: -25px;
286
+}
287
.protected .introHeader {
288
padding: 180px 90px;
289
app/less/app.less
@@ -298,6 +298,9 @@ div.colorpicker{
298
padding-top: 15px;
299
li{
300
301
+ &.twitter{
302
303
+ }
304
305
306
0 commit comments