@import '~components/ui/colors.scss'; .signIn { margin-bottom: 10px; text-align: center; } .decline { border-top: 1px solid lighter($black); width: 42%; flex-grow: 0; } .helpLinks { margin: 8px 0; color: #444; text-align: center; font-size: 16px; a { color: #444; border-bottom: 1px dotted #444; text-decoration: none; transition: .25s; &:hover { border-bottom-color: #777; color: #777; } } } @import '~components/ui/fonts.scss'; .avatar { width: 90px; height: 90px; font-size: 90px; line-height: 90px; margin: 0 auto; img { width: 100%; } } .email { font-family: $font-family-title; font-size: 18px; color: #fff; margin-bottom: 15px; margin-top: 10px; }