-
-
Notifications
You must be signed in to change notification settings - Fork 368
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
278 additions
and
263 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
24 changes: 12 additions & 12 deletions
24
packages/ui/src/components/QueueDropdownActions/QueueDropdownActions.module.css
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,42 +1,42 @@ | ||
.trigger { | ||
padding: .5em .65em; | ||
padding: 0.5em 0.65em; | ||
margin-bottom: 0.25em; | ||
justify-self: flex-end; | ||
} | ||
|
||
.content { | ||
background: #fff; | ||
box-shadow: 0 2px 3px 0 rgba(34,36,38 ,0.15); | ||
border: 1px solid rgba(34,36,38,.15); | ||
border-radius: .28571429rem; | ||
padding-top: .25rem; | ||
padding-bottom: .25rem; | ||
font-size: .875rem; | ||
box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15); | ||
border: 1px solid rgba(34, 36, 38, 0.15); | ||
border-radius: 0.28571429rem; | ||
padding-top: 0.25rem; | ||
padding-bottom: 0.25rem; | ||
font-size: 0.875rem; | ||
line-height: 1.25rem; | ||
font-weight: 400; | ||
min-width: 150px; | ||
z-index: 100; | ||
} | ||
|
||
|
||
.item { | ||
display: block; | ||
color: rgba(0,0,0,.87); | ||
padding: .5rem 1rem; | ||
color: rgba(0, 0, 0, 0.87); | ||
padding: 0.5rem 1rem; | ||
font-weight: 400; | ||
white-space: nowrap; | ||
cursor: pointer; | ||
} | ||
|
||
.item > svg { | ||
float: none; | ||
margin-right: .5rem; | ||
margin-right: 0.5rem; | ||
width: 1.18em; | ||
height: 1em; | ||
vertical-align: middle; | ||
fill: #718096; | ||
} | ||
|
||
.item:hover { | ||
color: rgba(0,0,0,.95); | ||
color: rgba(0, 0, 0, 0.95); | ||
background: #e2e8f0; | ||
} |
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.