mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 14:15:06 +01:00
8fbd1e30e8
* MMI-2657 adds the compliance settings screen * MMI-2657 adds stories file * wip compliance feature page * adds stories and fixes imports * adds storybook and tests * lint fix
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;
|
|
}
|
|
}
|
|
}
|