1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-02 22:24:27 +01:00
metamask-extension/ui/components/institutional/compliance-settings/index.scss

20 lines
264 B
SCSS
Raw Normal View History

.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;
}
}
}