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
097596a3
Commit
097596a3
authored
Dec 11, 2017
by
Johannes Schill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux: Adjust margins when external auth providers are enabled (#9879)
parent
f77d34f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
public/sass/pages/_login.scss
+7
-5
No files found.
public/sass/pages/_login.scss
View file @
097596a3
...
...
@@ -33,6 +33,7 @@ select:-webkit-autofill:focus {
flex-direction
:
column
;
width
:
100%
;
align-items
:
center
;
margin-bottom
:
1rem
;
}
.login-form
{
...
...
@@ -174,7 +175,7 @@ select:-webkit-autofill:focus {
width
:
100%
;
.btn
{
margin
:
10px
0
0
;
margin
:
0
0
1rem
;
}
.btn-google
{
...
...
@@ -209,14 +210,14 @@ select:-webkit-autofill:focus {
.login-divider
{
float
:
left
;
width
:
100%
;
margin
:
5px
25%
25px
25%
;
margin
:
0
25%
1rem
25%
;
display
:
flex
;
justify-content
:
space-between
;
.login-divider-line
{
width
:
110px
;
height
:
10px
;
border-bottom
:
1px
solid
$
gray-7
;
border-bottom
:
1px
solid
$
login-border
;
.login-divider-text
{
background-color
:
$panel-bg
;
...
...
@@ -231,7 +232,7 @@ select:-webkit-autofill:focus {
align-items
:
center
;
justify-content
:
flex-end
;
width
:
100%
;
margin-top
:
2
rem
margin-top
:
1
rem
}
.login-signup-title
{
...
...
@@ -241,7 +242,8 @@ select:-webkit-autofill:focus {
}
.login-btn
{
width
:
100%
;
margin
:
0
0
1rem
;
width
:
100%
;
margin
:
0
0
1rem
;
}
.signup-page-background
{
...
...
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