Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
T
t3olayout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
28
Issues
28
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
5
Merge Requests
5
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
services
common
t3olayout
Commits
30ce7a4a
Commit
30ce7a4a
authored
Sep 14, 2017
by
Markus Sommer
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'add-btn-dark' into 'develop'
Adds dark button See merge request
!225
parents
f076f24e
488ff28b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
Build/Assets/Scss/components/_button.scss
Build/Assets/Scss/components/_button.scss
+7
-0
No files found.
Build/Assets/Scss/components/_button.scss
View file @
30ce7a4a
...
...
@@ -24,6 +24,13 @@
color
:
$black
;
padding
:
calculate_rem
(
10
)
calculate_rem
(
45
);
}
&
.btn-dark
{
background
:
#515151
;
font-family
:
$primaryFont
;
font-weight
:
700
;
color
:
$white
;
}
}
.btn-outline-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