Skip to content

Commit

Permalink
DATAP-1570 various styling fixes (#560)
Browse files Browse the repository at this point in the history
* Fixed issues with buttons being displayed in a group, to include explicit display values

* Updated margins in Error and Warning notifications.

* updated version for package json

* updated version #2 for package json

* added build

* added space after separator in Trends Panel

* updated build

* update dist

---------

Co-authored-by: Chanel Henley <[email protected]>
Co-authored-by: Richard Dinh <[email protected]>
  • Loading branch information
3 people authored Nov 26, 2024
1 parent 1fee43b commit ec0943c
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 15 deletions.
4 changes: 2 additions & 2 deletions dist/ccdb5.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ccdb5.css.map

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/ccdb5.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ccdb5.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/components/ActionBar/ActionBar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
.a-btn {
margin-right: $gutter-normal;
font-size: $size-v;
display: inline-block;

svg {
margin-right: $gutter-minimum;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ li.aggregation-branch {
text-align: left;
vertical-align: top;

display: inline-block;

.cf-icon-svg {
padding-left: $gutter-minimum;
}
Expand Down
1 change: 1 addition & 0 deletions src/components/Search/Hero/Hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
button,
a {
font-size: 16px;
display: inline-block;
}

&.m-list__item {
Expand Down
1 change: 1 addition & 0 deletions src/components/Trends/TrendsPanel/TrendsPanel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
}
.separator {
display: inline-block;
margin-right: 10px;
}
}

Expand Down
1 change: 0 additions & 1 deletion src/components/Warnings/Error.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import getIcon from '../iconMap';
import PropTypes from 'prop-types';
import './Error.scss';

export const ErrorBlock = ({ text }) => (
<div
Expand Down
5 changes: 0 additions & 5 deletions src/components/Warnings/Error.scss

This file was deleted.

4 changes: 4 additions & 0 deletions src/components/Warnings/Warning.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.warning {
&.m-notification {
margin: 10px;

.m-notification__message {
padding-right: 18px;
}
}

.close {
Expand Down

0 comments on commit ec0943c

Please sign in to comment.