Skip to content

Commit

Permalink
Fix visual/styling issues (#13189)
Browse files Browse the repository at this point in the history
* Fix inverted link colors

* Fix item alignment

* Fix preview button

* Fix deployment statuses
  • Loading branch information
mlqn authored Jul 25, 2024
1 parent f433785 commit 8f81851
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.alert {
border: none;
box-shadow: unset;
display: block;
position: relative;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.alert {
border: none;
border-radius: 4px;
box-shadow: unset;
display: block;
Expand Down
1 change: 0 additions & 1 deletion frontend/app-development/layout/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ h3 {
}

a {
color: var(--studio-link-color);
text-decoration: none;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}

.tableCell {
vertical-align: top;
vertical-align: middle;
padding-bottom: 1rem;
box-sizing: border-box;
padding-right: 1rem;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.inverted {
padding: var(--fds-spacing-3);
color: var(--fds-semantic-text-neutral-on_inverted);
border-color: var(--fds-semantic-text-neutral-on_inverted);
}
Expand Down

0 comments on commit 8f81851

Please sign in to comment.