1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app/css/itcss/components/pages/permission-approval.scss
Mark Stacey 9a624dd24c Revert the revert of "LoginPerSite"
This reverts commit 466ece4588, which has
the message:

"Revert "Merge pull request #7599 from MetaMask/Version-v7.7.0" (#7648)"

This effectively re-introduces the changes from the "LoginPerSite" PR.
2020-06-01 16:44:42 -03:00

12 lines
182 B
SCSS

.permission_approval_content {
height: auto;
overflow: auto;
padding: 16px;
}
.permission_approval_origin {
font-weight: 999;
margin-top: 16px;
word-wrap: break-word;
}