|
@@ -1,12 +1,4 @@
|
|
|
.nologin {
|
|
.nologin {
|
|
|
- $gray-800-for-login: darken(white, 30%);
|
|
|
|
|
- $color-gradient: #3e4d6c;
|
|
|
|
|
-
|
|
|
|
|
- // background color
|
|
|
|
|
- background: linear-gradient(45deg, darken($color-gradient, 30%) 0%, hsla(340, 100%, 55%, 0) 70%),
|
|
|
|
|
- linear-gradient(135deg, $growi-green 10%, hsla(225, 95%, 50%, 0) 70%), linear-gradient(225deg, $growi-blue 10%, hsla(140, 90%, 50%, 0) 80%),
|
|
|
|
|
- linear-gradient(315deg, darken($color-gradient, 25%) 100%, hsla(35, 95%, 55%, 0) 70%);
|
|
|
|
|
-
|
|
|
|
|
#page-wrapper {
|
|
#page-wrapper {
|
|
|
background: none;
|
|
background: none;
|
|
|
}
|
|
}
|
|
@@ -62,43 +54,20 @@
|
|
|
|
|
|
|
|
// styles
|
|
// styles
|
|
|
.login-header {
|
|
.login-header {
|
|
|
- background-color: rgba(white, 0.5);
|
|
|
|
|
-
|
|
|
|
|
- .logo {
|
|
|
|
|
- background-color: rgba(black, 0);
|
|
|
|
|
- fill: rgba(black, 0.5);
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
h1 {
|
|
h1 {
|
|
|
font-size: 22px;
|
|
font-size: 22px;
|
|
|
line-height: 1em;
|
|
line-height: 1em;
|
|
|
- color: rgba(black, 0.5);
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .login-dialog {
|
|
|
|
|
- background-color: rgba(white, 0.5);
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
.input-group {
|
|
.input-group {
|
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
|
|
|
|
|
|
.input-group-text {
|
|
.input-group-text {
|
|
|
- color: $gray-800-for-login;
|
|
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
- background-color: rgba(black, 0.4);
|
|
|
|
|
border: none;
|
|
border: none;
|
|
|
border-radius: 0;
|
|
border-radius: 0;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
- .form-control {
|
|
|
|
|
- color: white;
|
|
|
|
|
- background-color: rgba(lighten(black, 10%), 0.4);
|
|
|
|
|
-
|
|
|
|
|
- &::placeholder {
|
|
|
|
|
- color: $gray-800-for-login;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.input-group:not(.has-error) {
|
|
.input-group:not(.has-error) {
|
|
@@ -114,39 +83,39 @@
|
|
|
$btn-fill-colors: (
|
|
$btn-fill-colors: (
|
|
|
'login': (
|
|
'login': (
|
|
|
rgba($danger, 0.4),
|
|
rgba($danger, 0.4),
|
|
|
- rgba(#7e4153, 0.5),
|
|
|
|
|
|
|
+ rgba(#7e4153, 0.7),
|
|
|
),
|
|
),
|
|
|
'register': (
|
|
'register': (
|
|
|
rgba($success, 0.4),
|
|
rgba($success, 0.4),
|
|
|
- rgba(#3f7263, 0.5),
|
|
|
|
|
|
|
+ rgba(#3f7263, 0.7),
|
|
|
),
|
|
),
|
|
|
'google': (
|
|
'google': (
|
|
|
rgba(#24292e, 0.4),
|
|
rgba(#24292e, 0.4),
|
|
|
- #555,
|
|
|
|
|
|
|
+ #444,
|
|
|
),
|
|
),
|
|
|
'github': (
|
|
'github': (
|
|
|
rgba(lighten(black, 20%), 0.4),
|
|
rgba(lighten(black, 20%), 0.4),
|
|
|
- #555,
|
|
|
|
|
|
|
+ #444,
|
|
|
),
|
|
),
|
|
|
'facebook': (
|
|
'facebook': (
|
|
|
rgba(#29487d, 0.4),
|
|
rgba(#29487d, 0.4),
|
|
|
- #555,
|
|
|
|
|
|
|
+ #444,
|
|
|
),
|
|
),
|
|
|
'twitter': (
|
|
'twitter': (
|
|
|
rgba(#1da1f2, 0.4),
|
|
rgba(#1da1f2, 0.4),
|
|
|
- #555,
|
|
|
|
|
|
|
+ #444,
|
|
|
),
|
|
),
|
|
|
'oidc': (
|
|
'oidc': (
|
|
|
rgba(#24292e, 0.4),
|
|
rgba(#24292e, 0.4),
|
|
|
- #555,
|
|
|
|
|
|
|
+ #444,
|
|
|
),
|
|
),
|
|
|
'saml': (
|
|
'saml': (
|
|
|
rgba(#55a79a, 0.4),
|
|
rgba(#55a79a, 0.4),
|
|
|
- #555,
|
|
|
|
|
|
|
+ #444,
|
|
|
),
|
|
),
|
|
|
'basic': (
|
|
'basic': (
|
|
|
rgba(#24292e, 0.4),
|
|
rgba(#24292e, 0.4),
|
|
|
- #555,
|
|
|
|
|
|
|
+ #444,
|
|
|
),
|
|
),
|
|
|
);
|
|
);
|
|
|
|
|
|
|
@@ -165,26 +134,12 @@
|
|
|
.link-growi-org {
|
|
.link-growi-org {
|
|
|
font-size: smaller;
|
|
font-size: smaller;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
- color: rgba(black, 0.4);
|
|
|
|
|
|
|
|
|
|
&,
|
|
&,
|
|
|
.growi,
|
|
.growi,
|
|
|
.org {
|
|
.org {
|
|
|
transition: color 0.8s;
|
|
transition: color 0.8s;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
- &:hover,
|
|
|
|
|
- &.focus {
|
|
|
|
|
- color: black;
|
|
|
|
|
-
|
|
|
|
|
- .growi {
|
|
|
|
|
- color: darken($growi-green, 20%);
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .org {
|
|
|
|
|
- color: darken($growi-blue, 15%);
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.link-switch {
|
|
.link-switch {
|
|
@@ -210,7 +165,7 @@
|
|
|
.link-growi-org {
|
|
.link-growi-org {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
bottom: 9px;
|
|
bottom: 9px;
|
|
|
- z-index: 2;
|
|
|
|
|
|
|
+ z-index: 3;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// To adjust the behavior, this problem is not solved.
|
|
// To adjust the behavior, this problem is not solved.
|