Skip to content

Commit d4e8178

Browse files
committed
fix: semantic class
1 parent e4540c3 commit d4e8178

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

041-verify account UI/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h2>Verify Your Account</h2>
6363
required
6464
/>
6565
</div>
66-
<small class="info">
66+
<small class="helper-text">
6767
This is design only. We didn't actually send you an email as we don't
6868
have your email, right?
6969
</small>

041-verify account UI/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ body {
4141
text-align: center;
4242
font-weight: 300;
4343
-moz-appearance: textfield;
44+
appearance: textfield;
4445
}
4546

4647
.code::-webkit-inner-spin-button,
@@ -54,7 +55,7 @@ body {
5455
box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25);
5556
}
5657

57-
.info {
58+
.helper-text {
5859
background-color: #eaeaea;
5960
display: inline-block;
6061
padding: 10px;

0 commit comments

Comments
 (0)