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
29169696
Commit
29169696
authored
Mar 03, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed page specific variables
parent
7ea4948d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+2
-3
app/assets/stylesheets/pages/profile.scss
app/assets/stylesheets/pages/profile.scss
+3
-3
No files found.
app/assets/stylesheets/framework/variables.scss
View file @
29169696
...
...
@@ -93,9 +93,8 @@ $border-red-light: #E52C5A;
$border-red-normal
:
#D22852
;
$border-red-dark
:
#CA264F
;
$account-well-bg
:
#FAFAFA
;
$account-well-border
:
#E5E5E5
;
$account-well-radius
:
3px
;
$help-well-bg
:
#FAFAFA
;
$help-well-border
:
#E5E5E5
;
/* header */
$light-grey-header
:
#faf9f9
;
...
...
app/assets/stylesheets/pages/profile.scss
View file @
29169696
...
...
@@ -57,9 +57,9 @@
.account-well
{
padding
:
10px
10px
;
background-color
:
$
account
-well-bg
;
border
:
1px
solid
$
account
-well-border
;
border-radius
:
$
account-well-radius
;
background-color
:
$
help
-well-bg
;
border
:
1px
solid
$
help
-well-border
;
border-radius
:
$
border-radius-base
;
ul
{
padding-left
:
20px
;
...
...
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