Update Enroll OTA page with new styles (#34300)
This commit is contained in:
@@ -22,7 +22,9 @@
|
||||
html {
|
||||
box-sizing: border-box;
|
||||
font-family: "Inter", sans-serif;
|
||||
color: #192147;
|
||||
color: #515774;
|
||||
line-height: 1.5;
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
*,
|
||||
@@ -41,7 +43,7 @@
|
||||
.enroll-link {
|
||||
display: inline-block;
|
||||
color: #fff;
|
||||
background-color: #6a67fe;
|
||||
background-color: #009a7d;
|
||||
padding: 8px 16px;
|
||||
border-radius: 4px;
|
||||
text-decoration: none;
|
||||
@@ -52,8 +54,8 @@
|
||||
}
|
||||
|
||||
header {
|
||||
background-color: #192147;
|
||||
padding: 13px 20px;
|
||||
border-bottom: 1px solid #e2e4ea;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
||||
Reference in New Issue
Block a user