mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 14:15:06 +01:00
28 lines
402 B
SCSS
28 lines
402 B
SCSS
|
.institutional-feature {
|
||
|
&__footer {
|
||
|
border-top: 1px solid var(--color-text-muted);
|
||
|
padding: 16px 30px;
|
||
|
flex: 0 0 auto;
|
||
|
|
||
|
button {
|
||
|
min-width: 0;
|
||
|
margin-right: 16px;
|
||
|
|
||
|
&:last-of-type {
|
||
|
margin-right: 0;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
&__content {
|
||
|
@include H6;
|
||
|
|
||
|
line-height: 22px;
|
||
|
|
||
|
ol {
|
||
|
list-style: decimal;
|
||
|
list-style-position: inside;
|
||
|
}
|
||
|
}
|
||
|
}
|