Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
8ea94817
Commit
8ea94817
authored
Dec 13, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: fixed build issue
parent
db95a01f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
public/app/core/angular_wrappers.ts
+2
-2
public/app/core/components/Login/LoginBackground.tsx
+0
-0
public/sass/pages/_login.scss
+3
-3
No files found.
public/app/core/angular_wrappers.ts
View file @
8ea94817
...
...
@@ -2,11 +2,11 @@ import { react2AngularDirective } from 'app/core/utils/react2angular';
import
{
PasswordStrength
}
from
'./components/PasswordStrength'
;
import
PageHeader
from
'./components/PageHeader/PageHeader'
;
import
EmptyListCTA
from
'./components/EmptyListCTA/EmptyListCTA'
;
// import { Login } from './components/Login/Login
';
import
LoginBackground
from
'./components/Login/LoginBackground
'
;
export
function
registerAngularDirectives
()
{
react2AngularDirective
(
'passwordStrength'
,
PasswordStrength
,
[
'password'
]);
react2AngularDirective
(
'pageHeader'
,
PageHeader
,
[
'model'
,
'noTabs'
]);
react2AngularDirective
(
'emptyListCta'
,
EmptyListCTA
,
[
'model'
]);
// react2AngularDirective('login', Login
, []);
react2AngularDirective
(
'loginBackground'
,
LoginBackground
,
[]);
}
public/app/core/components/Login/Login.tsx
→
public/app/core/components/Login/Login
Background
.tsx
View file @
8ea94817
This diff is collapsed.
Click to expand it.
public/sass/pages/_login.scss
View file @
8ea94817
...
...
@@ -327,14 +327,14 @@ select:-webkit-autofill:focus {
}
login-bg
{
.
login-bg
{
position
:
absolute
;
top
:
0
;
left
:
0
;
right
:
0
;
perspective
:
1000px
;
.login-bg
{
.login-bg
__item
{
width
:
4%
;
height
:
10px
;
// background: hotpink;
...
...
@@ -422,7 +422,7 @@ login-bg {
}
}
login-bg-fx
{
.
login-bg-fx
{
position
:
absolute
;
top
:
0
;
left
:
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment