Skip to content

Commit

Permalink
Add a few more custom CSS styles
Browse files Browse the repository at this point in the history
will be used to replace inline style= attributes
  • Loading branch information
atodorov committed May 9, 2024
1 parent 6bff79a commit 225d852
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tcms/static/style/patternfly_override.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,19 @@ a.disabled {
.kiwi-margin-bottom-0 {
margin-bottom: 0;
}

.kiwi-padding-left-0 {
padding-left: 0;
}

.kiwi-padding-right-0 {
padding-right: 0;
}

.kiwi-color-warning {
color: #ec7a08;
}

.kiwi-cursor-pointer {
cursor: pointer;
}

0 comments on commit 225d852

Please sign in to comment.