mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 14:15:06 +01:00
8eff1fc1ff
* Update Snaps privacy notice * Add changes to finalize update requirements * Update scroll icon color * Fix unit tests * Update link * Address small change requests * Fix unit test * move terms of use link to variable --------- Co-authored-by: Guillaume Roux <guillaumeroux123@gmail.com>
16 lines
249 B
SCSS
16 lines
249 B
SCSS
.snap-privacy-warning {
|
|
&__content {
|
|
max-height: 325px;
|
|
overflow-y: auto;
|
|
|
|
&__scroll-button {
|
|
position: absolute;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
right: 0;
|
|
left: 0;
|
|
bottom: 110px;
|
|
}
|
|
}
|
|
}
|