mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 11:28:51 +01:00
cf651c4d63
* wip bottom navbar * creating app-footer component * moving appfooter inline styles to scss * lint:fix * refactor app-footer * reverting home component, icon-button changes * adding hrefs and tabindex
9 lines
89 B
SCSS
9 lines
89 B
SCSS
.app-footer {
|
|
bottom: 0;
|
|
position: sticky;
|
|
|
|
&__button {
|
|
cursor: pointer;
|
|
}
|
|
}
|