Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Sidebar Item #284

Merged
merged 10 commits into from
Sep 17, 2020
Merged

feat: Sidebar Item #284

merged 10 commits into from
Sep 17, 2020

Conversation

ggazzo
Copy link
Member

@ggazzo ggazzo commented Sep 15, 2020

No description provided.

display: flex;
align-items: center;
border-radius: lengths.border-radius(2);
@include typography.use-font-scale(p1);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check validity of the block starting from line #18

@@ -28,3 +28,4 @@
@import './Tile/styles.scss';
@import './ToggleSwitch/styles.scss';
@import './Tooltip/styles.scss';
@import './SideBar/styles.scss';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

File extensions are not allowed

@ggazzo ggazzo force-pushed the sidebar branch 6 times, most recently from 67d2a37 to b7b6f76 Compare September 15, 2020 23:24
@@ -52,6 +52,10 @@
.rcx-button-group.rcx-button-group--small > & {
margin-inline: lengths.margin(2);
}

.rcx-button-group.rcx-button-group--medium > & {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Class should be nested within its parent Class

@@ -52,6 +52,10 @@
.rcx-button-group.rcx-button-group--small > & {
margin-inline: lengths.margin(2);
}

.rcx-button-group.rcx-button-group--medium > & {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Space expected between blocks

@sourcelevel-bot
Copy link

SourceLevel has finished reviewing this Pull Request and has found:

  • 1 possible new issue (including those that may have been commented here).

See more details about this review.

@ggazzo ggazzo merged commit 44f8198 into develop Sep 17, 2020
@ggazzo ggazzo deleted the sidebar branch September 17, 2020 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants