-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Style Tipline settings area menu to better match the Check UI (#2105)
* begin to style tipline settings area menu to better match the Check UI * add unrelated missing form layout class * sort prop types to be a good citizen * [smoke tests] Run all smoke tests for this branch * [smoke tests] Run all smoke tests for this branch
- Loading branch information
1 parent
d92b3a7
commit 47b1d7b
Showing
9 changed files
with
162 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
.smoochBotMenu { | ||
margin: 0 0 32px; | ||
|
||
li { | ||
margin: 0 0 8px; | ||
|
||
.smoochBotMenuButton { | ||
border-radius: var(--border-radius-max); | ||
justify-content: start; | ||
width: 100%; | ||
} | ||
} | ||
|
||
> .smoochBotMenuResource { | ||
border-top: 1px solid var(--color-gray-88); | ||
margin: 16px 0 8px; | ||
padding: 16px 0 0; | ||
} | ||
|
||
.smoochBotMenuResource ~ .smoochBotMenuResource { | ||
border: 0; | ||
margin: 0 0 8px; | ||
padding: 0; | ||
} | ||
} | ||
|
||
.smoochbot-component-input { | ||
min-width: 500px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.