Files
remark42/web/app/components/dropdown/__content/dropdown__content.scss
T
Eldar AmantayandAleksei Gurianov 1d267f5db6 ISSUE-73: UI support for DeleteMe request
Closes #73

* Add the API post request deleteMe
* Add a trigger button
* Add an utils/email module with the template and window opener
* Add a dropdown component
* Add a button component
* Hide the user-id text and a logout bout in the dropdown
* Add a noop empty function to pass a default handler callback to components
2018-07-17 23:21:11 +04:00

15 lines
271 B
SCSS

.dropdown__content {
position: absolute;
z-index: 20;
outline-width: 0;
display: none;
top: 100%;
left: 50%;
transform: translate(-50%, 5px);
width: 170px;
background-color: #fff;
border: 2px solid #259c9a;
border-radius: 3px;
padding: 0 0 5px;
}