mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 22:24:27 +01:00
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;
|
||
|
}
|
||
|
}
|
||
|
}
|