-
Notifications
You must be signed in to change notification settings - Fork 13
Conversation
Changes typography in the panel to match new designs, adding colors, etc.
Moves confirmation box from actions to it's own component and fixes the combinations of colors for button styles. TODO actions need to be refactored.
Confirmation box
@@ -2,6 +2,7 @@ | |||
@import 'actions.scss'; | |||
@import 'activity_log.scss'; | |||
@import 'billboard.scss'; | |||
@import 'confirm'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
confirm.scss
width: 100%; | ||
} | ||
|
||
.confirm-nexto { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
confirm-next-to
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be that because that would mean to
is an element or modifier, wheresas "next to" is the modifier.
} | ||
|
||
/* TODO refactor all actions */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
refactor how so? or put a link to an issue here.
thinking about if another dev came in, would they know what to do
Changes typography in the panel to match new designs, adding colors,
etc.
Should be minor version change.