Skip to content

Commit

Permalink
more styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzenklotz committed Mar 9, 2023
1 parent 47215d0 commit 67f6f4a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions frontend/stylesheets/_dashboard.less
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

}
.welcome-header-content {
padding: 20px 0px 20px;
padding: 40px 0px 40px;

.text-and-button-container {
max-width: 1000px;
Expand Down Expand Up @@ -65,7 +65,7 @@
padding-inline-start: 0;

a {
color: white;
color: @black;
flex: 0 1 400px; /* No stretching: */
margin: 20px;
margin-left: 0;
Expand All @@ -87,14 +87,14 @@
h2 {
font-size: 16px;
line-height: 18px;
color: white;
margin-bottom: 4px;
color: @black;
margin-bottom: 8px;
}

p {
font-size: 14px;
line-height: 18px;
color: white;
color: @black;
margin: 0;
}

Expand All @@ -103,9 +103,9 @@
margin: 8px;
}

background: fade(@blue-zircon, 40%);
background: white;
border-radius: 3px;
border: @blue-zircon 2px solid;
border: white 2px solid;
}

a:hover {
Expand Down

0 comments on commit 67f6f4a

Please sign in to comment.