diff --git a/common/static/dist/css/login.css b/common/static/dist/css/login.css deleted file mode 100644 index b3b3d69dd8..0000000000 --- a/common/static/dist/css/login.css +++ /dev/null @@ -1,31 +0,0 @@ -.user-bottom-div { - display: block; - text-align: center; - background-color: #ddd; - position: fixed; - bottom: 0; - width: 100%; - height: 50px; - line-height: 50px; -} - -.lsb-login { - display: flex; - justify-content: center; - align-items: center; - height: 90vh; - margin: 0; -} - -.login-form-wrapper { - background-color: #FFF; - border-radius: 4px; - box-shadow: rgba(0,0,0,0.1) 0 3px 5px; - padding: 30px 10px; - border-top: 5px solid #337ab7; -} - -.login-form { - margin: 20px; -} - diff --git a/common/static/dist/css/style.css b/common/static/style.css similarity index 100% rename from common/static/dist/css/style.css rename to common/static/style.css diff --git a/common/templates/base.html b/common/templates/base.html index 3d2433759a..1543234006 100644 --- a/common/templates/base.html +++ b/common/templates/base.html @@ -18,7 +18,7 @@ - + diff --git a/common/templates/login.html b/common/templates/login.html index 98e2a9ba8b..817a0d71bf 100644 --- a/common/templates/login.html +++ b/common/templates/login.html @@ -13,7 +13,7 @@ - +