summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/sections/login.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/sections/login.scss')
-rw-r--r--app/assets/stylesheets/sections/login.scss86
1 files changed, 0 insertions, 86 deletions
diff --git a/app/assets/stylesheets/sections/login.scss b/app/assets/stylesheets/sections/login.scss
deleted file mode 100644
index 1bcb1f6d68e..00000000000
--- a/app/assets/stylesheets/sections/login.scss
+++ /dev/null
@@ -1,86 +0,0 @@
-/* Login Page */
-.login-page {
- h1 {
- font-size: 3em;
- font-weight: 200;
- }
-
- .login-box{
- padding: 0 15px;
-
- .login-heading h3 {
- font-weight: 300;
- line-height: 2;
- }
-
- .login-footer {
- margin-top: 10px;
- }
-
- .btn {
- padding: 12px !important;
- @extend .btn-block;
- }
- }
-
- .brand-image {
- img {
- max-width: 100%;
- margin-bottom: 20px;
- }
-
- &.default-brand-image {
- margin: 0 80px;
- }
- }
-
- .login-logo {
- margin: 10px 0 30px 0;
- display: block;
- }
-
- .form-control {
- background-color: #F5F5F5;
- font-size: 16px;
- padding: 14px 10px;
- width: 100%;
- height: auto;
-
- &.top {
- @include border-radius(5px 5px 0 0);
- margin-bottom: 0px;
- }
-
- &.bottom {
- @include border-radius(0 0 5px 5px);
- border-top: 0;
- margin-bottom: 20px;
- }
-
- &.middle {
- border-top: 0;
- margin-bottom:0px;
- @include border-radius(0);
- }
-
- &:active, &:focus {
- background-color: #FFF;
- }
- }
-
- .login-box a.forgot {
- float: right;
- padding-top: 6px
- }
-
- .devise-errors {
- h2 {
- font-size: 14px;
- color: #a00;
- }
- }
-
- .brand-holder {
- border-right: 1px solid #EEE;
- }
-}