mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
15 lines
276 B
SCSS
15 lines
276 B
SCSS
.snap-delineator {
|
|
&__header {
|
|
border-bottom-width: 1px;
|
|
border-color: var(--color-border-default);
|
|
border-style: solid;
|
|
border-radius: 8px 8px 0 0;
|
|
|
|
&__text {
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
}
|