Messages for devices so they can be localized.

This commit is contained in:
Mike Cao 2020-09-15 20:34:30 -07:00
parent c707b49400
commit 2d9523f963
19 changed files with 111 additions and 39 deletions

View file

@ -56,25 +56,7 @@ select {
a,
a:active,
a:visited {
position: relative;
color: #2c2c2c;
text-decoration: none;
}
a:before {
content: '';
position: absolute;
bottom: -2px;
width: 0;
height: 2px;
background: #2680eb;
opacity: 0.5;
transition: width 100ms;
}
a:hover:before {
width: 100%;
transition: width 100ms;
color: var(--primary400);
}
input[type='text'],