Skip to content

Commit bc2d9fe

Browse files
Steve Hobbsjfromaniello
Steve Hobbs
authored andcommitted
Removed text-center, adding left/right padding to button text (auth0#1808)
1 parent 5fc609e commit bc2d9fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/index.styl

+2-2
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,8 @@ loadingSize = 30px
596596
display block
597597
overflow hidden
598598
width 100%
599+
padding-left 50px
600+
padding-right 15px
599601
line-height 40px
600602
text-align left
601603
text-overflow ellipsis
@@ -605,8 +607,6 @@ loadingSize = 30px
605607
white-space nowrap
606608
transition background 0.3s
607609
-webkit-transition background 0.3s
608-
text-align center
609-
padding-right 20px // just enough to balance out the social button (width: 40px)
610610

611611
// Thicken up the font on HDPI devices
612612
@media (-webkit-min-device-pixel-ratio: 2),

0 commit comments

Comments
 (0)