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
36aad293
Commit
36aad293
authored
9 years ago
by
Phil Hughes
Committed by
Robert Speicher
9 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed heading bold
Button transparent colours
parent
1d4418bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
app/assets/stylesheets/framework/buttons.scss
app/assets/stylesheets/framework/buttons.scss
+13
-0
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+2
-0
No files found.
app/assets/stylesheets/framework/buttons.scss
View file @
36aad293
...
@@ -143,6 +143,19 @@
...
@@ -143,6 +143,19 @@
}
}
}
}
.btn-transparent
{
color
:
$btn-transparent-color
;
background-color
:
transparent
;
border
:
0
;
&
:hover
,
&
:active
,
&
:focus
{
background-color
:
transparent
;
box-shadow
:
none
;
}
}
.btn-block
{
.btn-block
{
width
:
100%
;
width
:
100%
;
margin
:
0
;
margin
:
0
;
...
...
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/framework/variables.scss
View file @
36aad293
...
@@ -36,6 +36,8 @@ $list-title-color: #333333;
...
@@ -36,6 +36,8 @@ $list-title-color: #333333;
$list-text-color
:
#555555
;
$list-text-color
:
#555555
;
$profile-settings-link-color
:
$md-link-color
;
$profile-settings-link-color
:
$md-link-color
;
$btn-transparent-color
:
#8F8F8F
;
/*
/*
* Color schema
* Color schema
*/
*/
...
...
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