Fix invalid CSS rules (#9039)

feature/default_network_editable
Whymarrh Whitby 4 years ago committed by GitHub
parent 2ae4720443
commit 2389777244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ui/app/components/app/multiple-notifications/index.scss
  2. 4
      ui/app/components/app/permission-page-container/index.scss
  3. 1
      ui/app/components/app/sidebars/sidebar-content.scss
  4. 4
      ui/app/components/app/signature-request/signature-request-footer/index.scss
  5. 2
      ui/app/css/itcss/components/pages/permission-approval.scss
  6. 2
      ui/app/css/variables/colors.scss

@ -16,7 +16,6 @@
position: relative; position: relative;
width: 100%; width: 100%;
height: 100%; height: 100%;
visibility: none;
.fa-sm { .fa-sm {
display: initial; display: initial;

@ -129,8 +129,8 @@
} }
&__tooltip-body { &__tooltip-body {
display: 'flex'; display: flex;
flex-direction: 'column'; flex-direction: column;
} }
&__bold-title-elements { &__bold-title-elements {

@ -34,7 +34,6 @@
.page-container__bottom { .page-container__bottom {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
flex-flow: space-between;
height: 100%; height: 100%;
} }

@ -9,11 +9,11 @@
border-radius: 3px; border-radius: 3px;
} }
button:first-child() { button:first-child {
margin-left: 1rem; margin-left: 1rem;
} }
button:last-child() { button:last-child {
margin-right: 1rem; margin-right: 1rem;
} }
} }

@ -5,7 +5,7 @@
} }
.permission_approval_origin { .permission_approval_origin {
font-weight: 999; font-weight: 900;
margin-top: 16px; margin-top: 16px;
word-wrap: break-word; word-wrap: break-word;
} }

@ -1,5 +1,5 @@
// These are the colors of the MetaMask design system // These are the colors of the MetaMask design system
// Only design system colors should be added, no superfulous variables // Only design system colors should be added, no superfluous variables
// See https://bit.ly/32mnoja (link to figma design system) // See https://bit.ly/32mnoja (link to figma design system)
$Blue-000: #eaf6ff; $Blue-000: #eaf6ff;
$Blue-100: #a7d9fe; $Blue-100: #a7d9fe;

Loading…
Cancel
Save