mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 04:46:10 +01:00
a861cc6dae
Co-authored-by: Guillaume Roux <guillaumeroux123@gmail.com> Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
15 lines
274 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|