-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into pk/minute-am-pm-field-bugfix
- Loading branch information
Showing
76 changed files
with
2,242 additions
and
1,418 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
**Asana task**: [title](url) | ||
|
||
Description | ||
|
||
- [ ] For features with a design/UX component, deployed branch to dev-green and let product know it's ready for review. |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,23 @@ | ||
.filter-group { | ||
width: 200px; | ||
|
||
.header { | ||
font-size: 16px; | ||
margin-bottom: 8px; | ||
line-height: 24px; | ||
} | ||
|
||
.button-group { | ||
.filter-button { | ||
height: 38px; | ||
min-width: 200px; | ||
color: $text-secondary; | ||
background-color: $cool-gray-20; | ||
} | ||
|
||
.selected { | ||
color: #ffffff; | ||
background: #d9d9d93d; | ||
} | ||
} | ||
} |
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,39 @@ | ||
.kebab-menu-dropdown { | ||
&__menu { | ||
background-color: $cool-gray-30; | ||
|
||
&:hover { | ||
background-color: $cool-gray-15; | ||
} | ||
} | ||
|
||
&__item { | ||
background-color: transparent; | ||
color: white; | ||
padding-right: 20px; | ||
padding-left: 20px; | ||
|
||
&:hover, | ||
&:focus { | ||
background-color: $cool-gray-15; | ||
color: white; | ||
} | ||
} | ||
} | ||
|
||
.kebab-menu-button { | ||
padding: 0; | ||
background-color: transparent; | ||
border-radius: 6px; | ||
border: 1px solid rgba(23, 31, 38, 0.3); | ||
|
||
&:hover, | ||
&:focus { | ||
background-color: $cool-gray-15; | ||
} | ||
|
||
&:focus { | ||
outline: none; | ||
box-shadow: none; | ||
} | ||
} |
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
Oops, something went wrong.