Skip to content

Commit

Permalink
[feature][ui]: UI/UX according to #70
Browse files Browse the repository at this point in the history
White background, black text color, ui according to design and other fixes for UX
  • Loading branch information
sneha-sharma12 committed Apr 2, 2024
1 parent 1fb44bb commit 7623026
Show file tree
Hide file tree
Showing 21 changed files with 805 additions and 592 deletions.
124 changes: 71 additions & 53 deletions ckanext/ubdc/assets/css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckanext/ubdc/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def get_helpers(self):
"get_gtm_id": helpers.get_gtm_id,
"get_cookie_control_config": helpers.get_cookie_control_config,
"get_field_to_question": helpers.get_field_to_question,
'get_data_providers': helpers.get_data_providers,
"get_data_providers": helpers.get_data_providers,
}

# IValidators
Expand Down
2 changes: 1 addition & 1 deletion ckanext/ubdc/public/base/scss/_activity.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
margin: 5px 0 0 80px;
}
.date {
color: #999;
color: $black;
font-size: 12px;
white-space: nowrap;
}
Expand Down
2 changes: 1 addition & 1 deletion ckanext/ubdc/public/base/scss/_ckan.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ iframe {
text-decoration: none;
text-align: center;
letter-spacing: 0.5px;
border: 2px solid $brandPrimary;
// border: 2px solid $brandPrimary;
outline: none;
font-size: 1em;
font-weight: bold;
Expand Down
Loading

0 comments on commit 7623026

Please sign in to comment.