mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
9f89d71c6f
* MMI-2657 adds the compliance settings screen * MMI-2657 adds stories file * review fixes * review fixes * lint fix * clean up * Update ui/components/institutional/compliance-settings/compliance-settings.stories.js Co-authored-by: Nidhi Kumari <nidhi.kumari@consensys.net> * lint fix * snaps update * Button update --------- Co-authored-by: Nidhi Kumari <nidhi.kumari@consensys.net>
20 lines
264 B
SCSS
20 lines
264 B
SCSS
.institutional-feature {
|
|
&__footer {
|
|
button {
|
|
min-width: 0;
|
|
margin-right: 16px;
|
|
|
|
&:last-of-type {
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
&__content {
|
|
ol {
|
|
list-style: decimal;
|
|
list-style-position: inside;
|
|
}
|
|
}
|
|
}
|