fix: dashboard title alignments and links
This commit is contained in:
parent
5827a4cab0
commit
63a213a95f
1 changed files with 7 additions and 0 deletions
|
@ -143,14 +143,21 @@ body.login header {
|
||||||
margin-top: 28px;
|
margin-top: 28px;
|
||||||
}
|
}
|
||||||
h2.section {
|
h2.section {
|
||||||
|
text-transform: uppercase;
|
||||||
|
color: #666;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
h2.tabs {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: #263B58;
|
color: #263B58;
|
||||||
|
text-align: left;
|
||||||
padding-top: 28px;
|
padding-top: 28px;
|
||||||
}
|
}
|
||||||
h2.tabs a {
|
h2.tabs a {
|
||||||
color: #263B58;
|
color: #263B58;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
text-decoration-thickness: 3px;
|
text-decoration-thickness: 3px;
|
||||||
|
text-decoration-skip-ink: none;
|
||||||
margin-right: 2rem;
|
margin-right: 2rem;
|
||||||
}
|
}
|
||||||
h2.tabs a:not(.selected) {
|
h2.tabs a:not(.selected) {
|
||||||
|
|
Loading…
Reference in a new issue