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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
3d6484ad
Commit
3d6484ad
authored
6 years ago
by
Luke Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make popup shadow slightly darker and larger to make new design
parent
7a8ec42e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/assets/stylesheets/framework/popup.scss
app/assets/stylesheets/framework/popup.scss
+1
-1
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-1
No files found.
app/assets/stylesheets/framework/popup.scss
View file @
3d6484ad
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
);
);
border
:
1px
solid
$gray-darker
;
border
:
1px
solid
$gray-darker
;
box-shadow
:
0
5px
8
px
$popup-box-shadow-color
;
box-shadow
:
0
5px
10
px
$popup-box-shadow-color
;
position
:
relative
;
position
:
relative
;
.body
{
.body
{
...
...
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/framework/variables.scss
View file @
3d6484ad
...
@@ -733,7 +733,7 @@ Popup
...
@@ -733,7 +733,7 @@ Popup
*/
*/
$popup-triangle-size
:
8px
;
$popup-triangle-size
:
8px
;
$popup-triangle-border-size
:
1px
;
$popup-triangle-border-size
:
1px
;
$popup-box-shadow-color
:
rgba
(
90
,
90
,
90
,
0
.
05
);
$popup-box-shadow-color
:
rgba
(
90
,
90
,
90
,
0
.
3
);
/*
/*
Multi file editor
Multi file editor
...
...
This diff is collapsed.
Click to expand it.
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