Skip to content

Commit

Permalink
overwriting code (#13707)
Browse files Browse the repository at this point in the history
Co-authored-by: Ruth Cheesley <ruth@ruthcheesley.co.uk>
  • Loading branch information
andersonjeccel and RCheesley committed May 10, 2024
1 parent 3095439 commit 66347de
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/bundles/CoreBundle/Assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -1458,6 +1458,12 @@ blockquote > p:after {
.btn-link:focus {
text-decoration: none;
}
.btn-info {
color: #3c4650;
}
.btn-info:hover {
color: #3c4650;
}
.btn-group .btn ~ .btn,
.btn-group .btn ~ .btn-group,
.btn-group .btn-group ~ .btn,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,12 @@
&:focus {
text-decoration: none;
}
}

.btn-info {
color: @gray-dark;

&:hover {
color: @gray-dark;
}
}

0 comments on commit 66347de

Please sign in to comment.