aboutsummaryrefslogtreecommitdiff
path: root/public/ng/less/gogs/sign.less
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-11-22 01:32:09 -0500
committerUnknwon <u@gogs.io>2015-11-22 01:32:09 -0500
commit52c8f691630548fe091d30bcfe8164545a05d3d5 (patch)
tree12ad797f4c2f8ae6ea81e59e4a0e73ec76abaef3 /public/ng/less/gogs/sign.less
parentb80e848d02b4e27e067910c03aadeddcbdd5f3f5 (diff)
fix #650
Diffstat (limited to 'public/ng/less/gogs/sign.less')
-rw-r--r--public/ng/less/gogs/sign.less68
1 files changed, 0 insertions, 68 deletions
diff --git a/public/ng/less/gogs/sign.less b/public/ng/less/gogs/sign.less
deleted file mode 100644
index 3950be03..00000000
--- a/public/ng/less/gogs/sign.less
+++ /dev/null
@@ -1,68 +0,0 @@
-@import "../ui/var";
-
-/*
-The register and sign-in page style
-*/
-
-@signPanelBgColor: #FFF;
-
-#sign-wrapper {
- padding: 60px 0;
-}
-
-.sign-panel {
- background-color: @signPanelBgColor;
-}
-
-.sign-form.form-align {
- .field {
- margin: 1.2em 0 2em 0;
- }
- .ipt-large {
- width: 300px;
- }
- label,
- .form-label {
- width: 160px;
- }
- .chk-label {
- width: auto;
- text-align: left;
- margin-left: 176px;
- }
- .alert{
- margin:0 30px 24px 30px;
- }
- &:hover{
- box-shadow: 0 0 6px #CCC;
- }
-}
-
-.sign-form.container{
- padding: 0;
- width: 600px;
- margin-bottom: 80px;
-}
-
-// register form element
-#sign-up-form {
- .panel-content{
- margin-top: 1.2em;
- }
- h2 {
- margin: .5em 1em;
- }
-}
-
-#sign-social{
- position: relative;
- margin: 40px 0;
- .or{
- position: absolute;
- width: 30px;
- top: -52px;
- left: 50%;
- background-color: #FFF;
- margin-left: -15px;
- }
-}