X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/145bf215dceaee2808be13e45e8c5c09907ecd36..9f4f697f0c6fe9a9d55bb45aaa93c804992f3339:/apps/wolnelektury_core/static/css/main/auth.scss?ds=inline diff --git a/apps/wolnelektury_core/static/css/main/auth.scss b/apps/wolnelektury_core/static/css/main/auth.scss new file mode 100755 index 000000000..8a88e12bb --- /dev/null +++ b/apps/wolnelektury_core/static/css/main/auth.scss @@ -0,0 +1,48 @@ +@import "tools"; + +.email_list { + .verified { + display: inline-block; + margin-left: 2em; + font-style: italic; + } + .unverified { + display: inline-block; + margin-left: 2em; + color: #717171; + font-style: italic; + } + .primary { + display: inline-block; + margin-left: 2em; + font-weight: bold; + } +} + +.socialaccount_provider { + display: inline-block; + background-repeat: no-repeat; + color: transparent; + + @include size-px(height, 40); + @include size-px(width, 40); + vertical-align: middle; + + &.google { + background-image: url(/static/img/auth/google.png); + } +} + + +.socialaccount_providers { + margin: 0; + @include size-px(margin-top, 10); + @include size-px(margin-bottom, 10); + padding: 0; + + li { + display: inline; + list-style: none; + @include size-px(margin-right, 10); + } +}