mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
512b9bdf76
* header warning changes * updated warning message * Updated button color * add rounded corners * text + style changes * cleanup * linter fixes * remove console.log * break out components * remove unused css * use icon name var * improve icon styling * remove unused styles * Update ui/components/app/signature-request-siwe/signature-request-siwe-tag/index.js Co-authored-by: George Marshall <georgewrmarshall@gmail.com> * Update ui/components/app/signature-request-siwe/signature-request-siwe-tag/index.js Co-authored-by: George Marshall <georgewrmarshall@gmail.com> * use design system fonts * remove unused fonts * moved tooltip to parent component * remove domain call * updated stories * classname cleanup * fix locales * remove unused locales * Update ui/components/app/signature-request-siwe/signature-request-siwe-tag/index.js Co-authored-by: George Marshall <georgewrmarshall@gmail.com> Co-authored-by: George Marshall <georgewrmarshall@gmail.com>
31 lines
451 B
SCSS
31 lines
451 B
SCSS
.signature-request-siwe-header {
|
|
display: flex;
|
|
padding: 16px;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
|
|
&__tooltip__container {
|
|
display: flex !important;
|
|
}
|
|
|
|
.account-list-item {
|
|
margin: 8px 0 0;
|
|
|
|
&__top-row {
|
|
align-items: center;
|
|
margin: 0;
|
|
}
|
|
|
|
&__account-name {
|
|
@include H5;
|
|
|
|
font-weight: 500;
|
|
}
|
|
}
|
|
|
|
.chip__right-icon {
|
|
padding: 4px 8px 4px 0;
|
|
}
|
|
}
|