X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/7f0caf88dd3aac2e4d5bb4ee064137e03ecd4f03..9a7603cfbfdf7c0b4a2210ef454cecf894c5e172:/apps/wolnelektury_core/static/css/main/auth.scss diff --git a/apps/wolnelektury_core/static/css/main/auth.scss b/apps/wolnelektury_core/static/css/main/auth.scss deleted file mode 100755 index 8a88e12bb..000000000 --- a/apps/wolnelektury_core/static/css/main/auth.scss +++ /dev/null @@ -1,48 +0,0 @@ -@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); - } -}