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
13 lines
167 B
SCSS
13 lines
167 B
SCSS
.dropdown__title {
|
|
border: none;
|
|
background: none;
|
|
font-weight: bold;
|
|
padding: 0;
|
|
margin: 0;
|
|
|
|
&::after {
|
|
content: '\25BE';
|
|
margin-left: 2px;
|
|
}
|
|
}
|