Change account note design to match upstream's (#2495)

This commit is contained in:
Claire
2023-12-03 11:22:38 +01:00
committed by GitHub
parent 046141d2a4
commit 335cfab32f
10 changed files with 158 additions and 239 deletions

View File

@@ -11,6 +11,15 @@
position: relative;
}
.inline-alert {
color: $valid-value-color;
font-weight: 400;
.no-reduce-motion & {
transition: opacity 200ms ease;
}
}
.link-button {
display: block;
font-size: 15px;