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
a87d7624
Commit
a87d7624
authored
Mar 03, 2018
by
Luke Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add small-triangle class and add popup footer
parent
639e6144
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
3 deletions
+24
-3
app/assets/stylesheets/framework/popup.scss
app/assets/stylesheets/framework/popup.scss
+24
-3
No files found.
app/assets/stylesheets/framework/popup.scss
View file @
a87d7624
...
...
@@ -6,10 +6,31 @@
$popup-triangle-border-size
);
padding
:
$gl-padding
;
background-color
:
$gray-lighter
;
&
.small-triangle
{
@include
triangle
(
$gray-lighter
,
$gray-darker
,
$popup-triangle-size
/
2
,
$popup-triangle-border-size
/
2
);
}
border
:
1px
solid
$gray-darker
;
border-radius
:
$border-radius-default
;
box-shadow
:
0
5px
8px
$popup-box-shadow-color
;
position
:
relative
;
.body
{
background-color
:
$gray-lighter
;
padding
:
$gl-padding
;
border-top-left-radius
:
$border-radius-default
;
border-top-right-radius
:
$border-radius-default
;
}
.footer
{
background-color
:
$white-light
;
padding
:
$gl-padding
;
border-bottom-left-radius
:
$border-radius-default
;
border-bottom-right-radius
:
$border-radius-default
;
border-top
:
1px
solid
$white-dark
;
}
}
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