Ability to log in from the main page
This commit is contained in:
@@ -22,6 +22,7 @@ html.cp, .cp body {
|
||||
top: 80px;
|
||||
right: 0px;
|
||||
display: inline-block;
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@base: #ddd;
|
||||
@base: #302B28;
|
||||
@light-base: lighten(@base, 20%);
|
||||
@less-light-base: lighten(@base, 10%);
|
||||
@fore: #111;
|
||||
@fore: #fafafa;
|
||||
|
||||
@cp-green: #46E981;
|
||||
@cp-accent: lighten(@cp-green, 20%);
|
||||
|
||||
Reference in New Issue
Block a user