1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/components/app/flask/snap-delineator/index.scss
Erik Marks a861cc6dae
[FLASK] Add snap alerts and prompts via snap_dialog RPC method (#16048)
Co-authored-by: Guillaume Roux <guillaumeroux123@gmail.com>
Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
2022-12-01 16:46:06 +01:00

15 lines
274 B
SCSS

.snap-delineator {
&__header {
border-bottom-width: 1px;
border-color: var(--color-border-muted);
border-style: solid;
border-radius: 8px 8px 0 0;
&__text {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
}
}