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
e8490c41
Commit
e8490c41
authored
Apr 06, 2018
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add bootstrap 3 variable shim
parent
33dee95e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
app/assets/stylesheets/framework.bs3.scss
app/assets/stylesheets/framework.bs3.scss
+13
-0
app/assets/stylesheets/framework.scss
app/assets/stylesheets/framework.scss
+1
-0
No files found.
app/assets/stylesheets/framework.bs3.scss
0 → 100644
View file @
e8490c41
$text-color
:
$gl-text-color
;
$brand-primary
:
$gl-primary
;
$brand-success
:
$gl-success
;
$brand-info
:
$gl-info
;
$brand-warning
:
$gl-warning
;
$brand-danger
:
$gl-danger
;
$border-radius-base
:
3px
!
default
;
$modal-body-bg
:
$white-light
;
$input-border
:
$border-color
;
$input-border-focus
:
$focus-border-color
;
app/assets/stylesheets/framework.scss
View file @
e8490c41
@import
"framework/variables"
;
@import
"framework/mixins"
;
@import
"../../../node_modules/bootstrap/scss/bootstrap"
;
@import
"framework.bs3"
;
@import
"framework/layout"
;
@import
"framework/animations"
;
...
...
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