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
7112a030
Unverified
Commit
7112a030
authored
May 04, 2019
by
Daniel
Committed by
GitHub
May 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modiefied Color Theme (#129)
- Gray color scale shifted lighter - Blue theme changed to cyan
parent
2612b4b9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
23 deletions
+23
-23
_list-group-item.scss
amundsen_application/static/css/_list-group-item.scss
+0
-1
_variables-default.scss
amundsen_application/static/css/_variables-default.scss
+22
-21
styles.scss
...ponents/TableDetail/DetailList/DetailListItem/styles.scss
+1
-1
No files found.
amundsen_application/static/css/_list-group-item.scss
View file @
7112a030
...
...
@@ -2,7 +2,6 @@
@import
'variables'
;
.list-group-item
{
border
:
1px
solid
$gray-light
;
border-left
:
none
;
border-right
:
none
;
cursor
:
pointer
;
...
...
amundsen_application/static/css/_variables-default.scss
View file @
7112a030
...
...
@@ -15,28 +15,30 @@
// Colors
$brand-color-1
:
#
f2f5fe
!
default
;
$brand-color-2
:
#
cad6ff
!
default
;
$brand-color-3
:
#
5679ff
!
default
;
$brand-color-4
:
#
3250c8
!
default
;
$brand-color-5
:
#
28409f
!
default
;
$brand-color-1
:
#
A9E1FF
!
default
;
$brand-color-2
:
#
82D2FF
!
default
;
$brand-color-3
:
#
3A97D3
!
default
;
$brand-color-4
:
#
2277B3
!
default
;
$brand-color-5
:
#
09457B
!
default
;
$gray-base
:
#000
!
default
;
$gray-darker
:
lighten
(
$gray-base
,
10%
)
!
default
;
// #1a1a1a
$gray-dark
:
lighten
(
$gray-base
,
20%
)
!
default
;
// #333
$gray
:
lighten
(
$gray-base
,
35%
)
!
default
;
// #595959
$gray-light
:
lighten
(
$gray-base
,
55%
)
!
default
;
// #8c8c8c
$gray-lighter
:
lighten
(
$gray-base
,
75%
)
!
default
;
// #bfbfbf
$gray-lightest
:
lighten
(
$gray-base
,
95%
)
!
default
;
// #f2f2f2
$brand-primary
:
$brand-color-4
!
default
;
$gray-base
:
#292936
!
default
;
$gray-darker
:
#63637B
!
default
;
$gray-dark
:
#9191A8
!
default
;
$gray
:
#ACACC0
!
default
;
$gray-light
:
#CACAD9
!
default
;
$gray-lighter
:
#E7E7EF
!
default
;
$gray-lightest
:
#F4F4FA
!
default
;
// Scaffolding
$body-bg
:
#fff
!
default
;
// TODO - consider replacing $text-dark with $text-color
$text-dark
:
$gray-
dark
!
default
;
$text-color
:
$gray-
dark
!
default
;
$text-medium
:
$gray
!
default
;
$text-light
:
$gray-light
er
!
default
;
$text-dark
:
$gray-
base
!
default
;
$text-color
:
$gray-
base
!
default
;
$text-medium
:
$gray
-darker
!
default
;
$text-light
:
$gray-light
!
default
;
// Typography
...
...
@@ -69,14 +71,13 @@ $btn-primary-color-hover: white !default;
$btn-default-bg
:
white
!
default
;
$btn-default-bg-hover
:
$gray-lightest
;
$btn-default-border
:
$gray-lighter
!
default
;
$btn-default-border-hover
:
$gray-light
!
default
;
$btn-default-color
:
$gray-dark
!
default
;
$btn-default-color-hover
:
$gray-dark
!
default
;
$btn-default-border
:
$gray-light
!
default
;
$btn-default-border-hover
:
$gray
!
default
;
$btn-default-color
:
$gray-base
!
default
;
// List Group
$list-group-border
:
$gray-light
er
!
default
;
$list-group-border
:
$gray-light
!
default
;
$list-group-border-radius
:
0
!
default
;
...
...
amundsen_application/static/js/components/TableDetail/DetailList/DetailListItem/styles.scss
View file @
7112a030
...
...
@@ -44,7 +44,7 @@
margin-right
:
8px
;
}
.type
{
color
:
$brand-color-
3
;
color
:
$brand-color-
4
;
font-size
:
13px
;
margin-top
:
4px
;
font-family
:
'Menlo-Bold'
,
Helvetica
,
Arial
,
sans-serif
;
...
...
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