Browse Source

fix(better-error-message): Added max-width for long error messages, adjusted close icon size

renovate/lint-staged-8.x
pajasevi 7 years ago
parent
commit
94ab470e5c
  1. 9
      app/components/GlobalError/GlobalError.scss

9
app/components/GlobalError/GlobalError.scss

@ -24,15 +24,20 @@
.close {
position: absolute;
top: calc(50% - 8px);
top: 50%;
right: 10%;
transform: translateY(-50%);
cursor: pointer;
font-size: 2rem;
}
h2 {
max-width: 75%;
margin-left: auto;
margin-right: auto;
font-size: 20px;
letter-spacing: 1.5px;
font-weight: bold;
}
}
}
}

Loading…
Cancel
Save