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
20 lines
257 B
SCSS
20 lines
257 B
SCSS
.button_kind_text {
|
|
border: none;
|
|
background: transparent;
|
|
padding: 0;
|
|
}
|
|
|
|
.button_kind_link {
|
|
border: none;
|
|
background: transparent;
|
|
padding: 0;
|
|
|
|
font-weight: 700;
|
|
white-space: nowrap;
|
|
color: #0aa;
|
|
|
|
&:hover {
|
|
color: #06c5c5;
|
|
}
|
|
}
|