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
15a5e24e
Commit
15a5e24e
authored
Mar 26, 2019
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes EE differences for profile.scss
parent
2ce68fd3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
0 deletions
+39
-0
app/assets/stylesheets/pages/profile.scss
app/assets/stylesheets/pages/profile.scss
+39
-0
No files found.
app/assets/stylesheets/pages/profile.scss
View file @
15a5e24e
...
...
@@ -305,6 +305,7 @@ table.u2f-registrations {
margin
:
20px
-5px
0
;
.bordered-box
{
padding
:
32px
;
border
:
1px
solid
$blue-300
;
border-radius
:
$border-radius-default
;
background-color
:
$blue-50
;
...
...
@@ -461,3 +462,41 @@ table.u2f-registrations {
.help-block
{
color
:
$gl-text-color-secondary
;
}
.gitlab-slack-gif
{
width
:
100%
;
max-width
:
$add-to-slack-gif-max-width
;
}
.gitlab-slack-well
{
background-color
:
$white-light
;
box-shadow
:
none
;
max-width
:
$add-to-slack-well-max-width
;
}
.gitlab-slack-logo
{
width
:
$add-to-slack-logo-size
;
height
:
$add-to-slack-logo-size
;
}
.gitlab-slack-popup
{
width
:
100%
;
max-width
:
$add-to-slack-popup-max-width
;
}
.gitlab-slack-right-arrow
svg
{
fill
:
$white-dark
;
width
:
$right-arrow-size
;
height
:
$right-arrow-size
;
vertical-align
:
text-bottom
;
}
.gitlab-slack-double-headed-arrow
{
vertical-align
:
text-top
;
svg
{
fill
:
$gray-darker
;
width
:
$double-headed-arrow-width
;
height
:
$double-headed-arrow-height
;
}
}
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