Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AmendsenProject
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shaik Janipasha
AmendsenProject
Commits
2f5a6618
Unverified
Commit
2f5a6618
authored
Mar 04, 2019
by
Daniel
Committed by
GitHub
Mar 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rearrange import order of bootstrap, custom, and default variables (#32)
parent
80bc4231
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
36 deletions
+38
-36
_variables-default.scss
amundsen_application/static/css/_variables-default.scss
+35
-34
_variables.scss
amundsen_application/static/css/_variables.scss
+3
-2
No files found.
amundsen_application/static/css/_variables-default.scss
View file @
2f5a6618
...
@@ -9,56 +9,57 @@
...
@@ -9,56 +9,57 @@
// Colors
// Colors
$gradient-1
:
#f2f5fe
;
$gradient-1
:
#f2f5fe
!
default
;
$gradient-2
:
#cad6ff
;
$gradient-2
:
#cad6ff
!
default
;
$gradient-3
:
#5679ff
;
$gradient-3
:
#5679ff
!
default
;
$gradient-4
:
#3250c8
;
$gradient-4
:
#3250c8
!
default
;
$gradient-5
:
#28409f
;
$gradient-5
:
#28409f
!
default
;
$gray-base
:
#000
;
$gray-base
:
#000
!
default
;
$gray-darker
:
lighten
(
$gray-base
,
10%
)
;
// #1a1a1a
$gray-darker
:
lighten
(
$gray-base
,
10%
)
!
default
;
// #1a1a1a
$gray-dark
:
lighten
(
$gray-base
,
20%
)
;
// #333
$gray-dark
:
lighten
(
$gray-base
,
20%
)
!
default
;
// #333
$gray
:
lighten
(
$gray-base
,
35%
)
;
// ##595959
$gray
:
lighten
(
$gray-base
,
35%
)
!
default
;
// ##595959
$gray-light
:
lighten
(
$gray-base
,
55%
)
;
// #8c8c8c
$gray-light
:
lighten
(
$gray-base
,
55%
)
!
default
;
// #8c8c8c
$gray-lighter
:
lighten
(
$gray-base
,
75%
)
;
// #bfbfbf
$gray-lighter
:
lighten
(
$gray-base
,
75%
)
!
default
;
// #bfbfbf
$gray-lightest
:
lighten
(
$gray-base
,
95%
);
// #f2f2f2
$gray-lightest
:
lighten
(
$gray-base
,
95%
)
!
default
;
// #f2f2f2
// Scaffolding
// Scaffolding
$body-bg
:
#fff
;
$body-bg
:
#fff
!
default
;
$text-color
:
$gray-dark
;
$text-color
:
$gray-dark
!
default
;
// Typography
// Typography
$font-family-sans-serif
:
"Lucida Sans Unicode"
,
"Lucida Grande"
,
sans-serif
;
$font-family-sans-serif
:
"Lucida Sans Unicode"
,
"Lucida Grande"
,
sans-serif
!
default
;
$font-family-sans-serif-bold
:
$font-family-sans-serif
;
$font-family-sans-serif-bold
:
$font-family-sans-serif
!
default
;
$font-weight-sans-serif-bold
:
600
;
$font-weight-sans-serif-bold
:
600
!
default
;
$font-family-serif
:
Georgia
,
"Times New Roman"
,
Times
,
serif
;
$font-family-serif
:
Georgia
,
"Times New Roman"
,
Times
,
serif
!
default
;
$font-family-monospace
:
Menlo
,
Monaco
,
Consolas
,
"Courier New"
,
monospace
;
$font-family-monospace
:
Menlo
,
Monaco
,
Consolas
,
"Courier New"
,
monospace
!
default
;
$font-family-base
:
$font-family-sans-serif
;
$font-family-base
:
$font-family-sans-serif
!
default
;
$headings-font-family
:
$font-family-sans-serif-bold
;
$headings-font-family
:
$font-family-sans-serif-bold
!
default
;
$font-size-small
:
12px
;
$font-size-small
:
12px
!
default
;
$line-height-small
:
18px
;
$font-size-base
:
14px
!
default
;
$font-size-large
:
16px
;
$font-size-large
:
16px
!
default
;
$line-height-large
:
24px
;
$line-height-small
:
1
.5
!
default
;
$line-height-large
:
1
.5
!
default
;
// Buttons
// Buttons
$btn-default-border
:
$gray-lighter
;
$btn-default-border
:
$gray-lighter
!
default
;
$btn-default-bg
:
white
;
$btn-default-bg
:
#fff
!
default
;
$btn-default-color
:
$text-color
;
$btn-default-color
:
$text-color
!
default
;
$btn-primary-border
:
$gray-lighter
;
$btn-primary-border
:
$gray-lighter
!
default
;
$btn-primary-bg
:
white
;
$btn-primary-bg
:
#fff
!
default
;
$btn-primary-color
:
$text-color
;
$btn-primary-color
:
$text-color
!
default
;
// List Group
// List Group
$list-group-border
:
$gray-lighter
;
$list-group-border
:
$gray-lighter
!
default
;
$list-group-border-radius
:
0
;
$list-group-border-radius
:
0
!
default
;
// Labels
// Labels
$label-primary-bg
:
$gradient-3
;
$label-primary-bg
:
$gradient-3
!
default
;
amundsen_application/static/css/_variables.scss
View file @
2f5a6618
// Bootstrap Default Values
@import
'~bootstrap-sass/assets/stylesheets/bootstrap/variables'
;
// Amundsen Default Values
// Amundsen Default Values
@import
'variables-default'
;
@import
'variables-default'
;
// Per-Client Custom Values
// Per-Client Custom Values
@import
'variables-custom'
;
@import
'variables-custom'
;
// Bootstrap Default Values
@import
'~bootstrap-sass/assets/stylesheets/bootstrap/variables'
;
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