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
baa3288f
Commit
baa3288f
authored
Mar 22, 2021
by
Shaik Janipasha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
branch1
parent
4f20cc9f
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
8 deletions
+13
-8
_variables-default.scss
amundsen_application/static/css/_variables-default.scss
+1
-1
styles.scss
...ion/static/js/components/Bookmark/MyBookmarks/styles.scss
+3
-2
styles.scss
...pplication/static/js/components/PopularTables/styles.scss
+2
-0
constants.ts
...n_application/static/js/components/SearchBar/constants.ts
+2
-2
styles.scss
...en_application/static/js/components/SearchBar/styles.scss
+4
-3
styles.scss
amundsen_application/static/js/features/NavBar/styles.scss
+1
-0
No files found.
amundsen_application/static/css/_variables-default.scss
View file @
baa3288f
...
@@ -94,7 +94,7 @@ $icon-bg-disabled: $gray20 !default;
...
@@ -94,7 +94,7 @@ $icon-bg-disabled: $gray20 !default;
$red-triangle-warning
:
$sunset60
;
$red-triangle-warning
:
$sunset60
;
// Header, Body, & Footer
// Header, Body, & Footer
$nav-bar-color
:
$
indigo10
0
;
$nav-bar-color
:
$
mint4
0
;
$nav-bar-height
:
60px
;
$nav-bar-height
:
60px
;
$body-min-width
:
1048px
;
$body-min-width
:
1048px
;
$footer-height
:
60px
;
$footer-height
:
60px
;
...
...
amundsen_application/static/js/components/Bookmark/MyBookmarks/styles.scss
View file @
baa3288f
...
@@ -5,11 +5,12 @@
...
@@ -5,11 +5,12 @@
@import
'typography'
;
@import
'typography'
;
.bookmark-list
{
.bookmark-list
{
margin
:
3
2px
0
;
margin
:
2
2px
0
;
.bookmark-list-header
{
.bookmark-list-header
{
@extend
%text-title-w1
;
@extend
%text-title-w1
;
font-family
:
$font-family-serif
;
color
:
$mint40
;
margin-bottom
:
$spacer-1
;
margin-bottom
:
$spacer-1
;
}
}
...
...
amundsen_application/static/js/components/PopularTables/styles.scss
View file @
baa3288f
...
@@ -12,7 +12,9 @@
...
@@ -12,7 +12,9 @@
}
}
.popular-tables-header-text
{
.popular-tables-header-text
{
font-family
:
$font-family-serif
;
@extend
%text-title-w1
;
@extend
%text-title-w1
;
color
:
$mint40
;
}
}
.list-group
{
.list-group
{
...
...
amundsen_application/static/js/components/SearchBar/constants.ts
View file @
baa3288f
// TODO: Hard-coded text strings should be translatable/customizable
// TODO: Hard-coded text strings should be translatable/customizable
export
const
PLACEHOLDER_DEFAULT
=
'
Search for data resources...
'
;
export
const
PLACEHOLDER_DEFAULT
=
'
You can search for data sets here!!
'
;
export
const
SEARCH_BUTTON_TEXT
=
'Search'
;
export
const
SEARCH_BUTTON_TEXT
=
'Search'
;
export
const
BUTTON_CLOSE_TEXT
=
'Close'
;
export
const
BUTTON_CLOSE_TEXT
=
'Close'
;
export
const
SIZE_SMALL
=
'small'
;
export
const
SIZE_SMALL
=
'small'
;
export
const
INVALID_SYNTAX_MESSAGE
=
export
const
INVALID_SYNTAX_MESSAGE
=
"Your search term contains invalid syntax '
:
'."
;
"Your search term contains invalid syntax '
-
'."
;
amundsen_application/static/js/components/SearchBar/styles.scss
View file @
baa3288f
...
@@ -8,9 +8,9 @@
...
@@ -8,9 +8,9 @@
.search-bar-form
{
.search-bar-form
{
.search-button
{
.search-button
{
height
:
2
4
px
;
height
:
2
0
px
;
position
:
absolute
;
position
:
absolute
;
width
:
2
4
px
;
width
:
2
0
px
;
&
.small
{
&
.small
{
left
:
8px
;
left
:
8px
;
...
@@ -33,6 +33,7 @@
...
@@ -33,6 +33,7 @@
.search-bar-input
{
.search-bar-input
{
border-color
:
$stroke
;
border-color
:
$stroke
;
color
:
$mint40
;
border-radius
:
4px
;
border-radius
:
4px
;
box-shadow
:
0
3px
12px
0
rgba
(
17
,
17
,
31
,
0
.04
);
box-shadow
:
0
3px
12px
0
rgba
(
17
,
17
,
31
,
0
.04
);
width
:
100%
;
width
:
100%
;
...
@@ -76,6 +77,6 @@
...
@@ -76,6 +77,6 @@
}
}
.error
{
.error
{
color
:
r
ed
;
color
:
r
gb
(
55
,
0
,
255
)
;
}
}
}
}
amundsen_application/static/js/features/NavBar/styles.scss
View file @
baa3288f
...
@@ -18,6 +18,7 @@ $avatar-container-size: 40px;
...
@@ -18,6 +18,7 @@ $avatar-container-size: 40px;
flex-basis
:
234px
;
flex-basis
:
234px
;
span
.title-3
{
span
.title-3
{
font-family
:
$font-family-serif
;
color
:
$white
;
color
:
$white
;
line-height
:
$navbar-item-line-height
;
line-height
:
$navbar-item-line-height
;
}
}
...
...
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