Path: blob/master/sites/snapchat/accounts/static/styles/auth.css
777 views
.authClearfix::before, .authClearfix::after {1content: " ";2display: table;3}4.authClearfix::after {5clear: both;6}7.authCentered {8text-align: center;9}10.authBody {11padding-bottom: 5rem!important;12font-size: 16px;13}14.authTitle {15font-size: 48px;16font-weight: 300;17margin-top: 3rem!important;18}19.authSubTitle {20font-size: 17px;21font-weight: 300;22margin-top: 1rem!important;23}24.authText, .authWideInput, .authField {25max-width: 305px;26margin-left: auto;27margin-right: auto;28}29.authText {30font-size: 12px;31/*margin-bottom: 20px;*/32}33.authFieldMessage {34text-align: left;35float: left;36width: 85%;37padding-left: 15px;38}39.authSmallMarginTop {40margin-top: 1em;41}42.authButton {43min-width: 305px;44margin-right: 0!important;45}46.authButton.authSecondaryButton {47background-color: #fff;48color: #262626!important;49}50.authButton.authSecondaryButton:hover {51background-color: #fff;52}53.authField {54padding: 20px 0px;55margin-bottom: 0px;56border-top: 1px solid rgb(255, 255, 255);57border-top: 1px solid rgba(255, 255, 255, .3);58border-bottom: 1px solid rgb(255, 255, 255);59border-bottom: 1px solid rgba(255, 255, 255, .3);60-webkit-background-clip: padding-box; /* for Safari */61background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */62}63.authField.firstField {64border-bottom: none;65}66.authField.lastField {67border-top: none;68margin-bottom: 20px;69}70.authFieldIcon {71float: left;72width: 40px;73}7475