Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
49688d39
Commit
49688d39
authored
Sep 27, 2016
by
Bryce Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add third box shadow to validation focus, for depth.
parent
2c7a1af6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
53 deletions
+37
-53
app/assets/stylesheets/pages/login.scss
app/assets/stylesheets/pages/login.scss
+37
-53
No files found.
app/assets/stylesheets/pages/login.scss
View file @
49688d39
...
...
@@ -40,7 +40,7 @@
p
{
font-size
:
13px
;
}
.login-box
{
.login-box
,
.omniauth-container
{
box-shadow
:
0
0
0
1px
$border-color
;
border-bottom-right-radius
:
2px
;
border-bottom-left-radius
:
2px
;
...
...
@@ -79,69 +79,57 @@
background
:
transparent
;
}
.form-control
{
font-size
:
14px
;
padding
:
10px
8px
;
width
:
100%
;
height
:
auto
;
&
.top
{
border-radius
:
5px
5px
0
0
;
margin-bottom
:
0
;
}
// Styles the glowing border of focused input for username async validation
.login-body
{
font-size
:
13px
;
&
.bottom
{
border-radius
:
0
0
5px
5px
;
border-top
:
0
;
margin-bottom
:
20px
;
}
}
// Styles the glowing border of focused input for username async validation
.login-body
{
font-size
:
13px
;
input
+
p
{
margin-top
:
5px
;
}
.gl-field-success-outline
{
border
:
1px
solid
$green-normal
;
input
+
p
{
margin-top
:
5px
;
}
&
:focus
{
box-shadow
:
0
0
0
1px
$green-normal
inset
,
0
1px
1px
rgba
(
0
,
0
,
0
,
0
.075
)
inset
,
0
0
4px
0
$green-normal
;
border
:
0
none
;
}
}
.gl-field-success
-outline
{
border
:
1px
solid
$green
-normal
;
.gl-field-error
-outline
{
border
:
1px
solid
$red
-normal
;
&
:focus
{
box-shadow
:
0
0
0
1px
$green-normal
inset
,
0
0
4px
0
$green-normal
;
border
:
0
none
;
&
:focus
{
box-shadow
:
0
0
0
1px
$red-normal
inset
,
0
1px
1px
rgba
(
0
,
0
,
0
,
0
.075
)
inset
,
0
0
4px
0
rgba
(
210
,
40
,
82
,
0
.6
);
border
:
0
none
;
}
}
}
.gl-field-error-outline
{
border
:
1px
solid
$red-normal
;
.username
.validation-success
,
.gl-field-success-message
{
color
:
$green-normal
;
}
&
:focus
{
opacity
:
.6
;
box-shadow
:
0
0
0
1px
$red-normal
inset
,
0
0
4px
0
$red-normal
;
border
:
0
none
;
.username
.validation-error
,
.gl-field-error-message
{
color
:
$red-normal
;
}
}
.username
.validation-success
,
.gl-field-success-message
{
color
:
$green-normal
;
}
.gl-field-hint
{
color
:
$gl-text-color
;
}
.username
.validation-error
,
.gl-field-error-message
{
color
:
$red-normal
;
}
}
.gl-field-hint
{
color
:
$gl-text-color
;
.omniauth-container
{
p
{
margin
:
0
;
}
}
.new-session-tabs
{
// Are these being applied to other login-related screens? They need to be.
.new-session-tabs
{
display
:
-
webkit-flex
;
display
:
flex
;
box-shadow
:
0
0
0
1px
$border-color
;
border-top-right-radius
:
2px
;
...
...
@@ -151,10 +139,6 @@
flex
:
1
;
text-align
:
center
;
&
.middle
{
border-top
:
0
;
margin-bottom
:
0
;
border-radius
:
0
;
&
:last-of-type
{
border-left
:
1px
solid
$border-color
;
}
...
...
@@ -204,7 +188,7 @@
input
[
type
=
"submit"
]
{
@extend
.btn-block
;
margin-bottom
:
0
px
;
margin-bottom
:
0
;
}
.devise-errors
{
...
...
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