1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/ui/components/app/permissions-connect-header/index.scss
Erik Marks 35ac762e10
Add Snaps via Flask (#13462)
This PR adds `snaps` under Flask build flags to the extension. This branch is mostly equivalent to the current production version of Flask, excepting some bug fixes and tweaks.

Closes #11626
2022-02-14 16:02:51 -08:00

31 lines
414 B
SCSS

.permissions-connect-header {
flex: 0;
width: 92%;
&__icon {
display: flex;
flex-direction: column;
align-items: center;
}
&__title {
@include H3;
text-align: center;
color: var(--Black-100);
margin-top: 16px;
font-weight: bold;
}
&__subtitle {
@include H6;
text-align: center;
color: var(--Black-100);
}
&__subtitle {
margin-top: 4px;
}
}