Skip to content

Commit

Permalink
fix btn hover, active and focus colours
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Feb 17, 2020
1 parent e544757 commit 8ff9ff1
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions unical_agid_template/static/css/unical-style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,19 @@ a.read-more{
.btn-primary{
background: $dark_grey_unical;
}
.btn-primary:active,
.btn-primary:hover{
.btn-primary:hover {
background: $light_grey_unical;
}
.btn-secondary{
background: $bordeaux_unical;
}
.btn-secondary:active,
.btn-secondary:hover{
background: $dark_grey_unical;
.btn-secondary:hover {
background: $dark_grey_unical
}
.btn:not(.btn-outline-primary):not(.btn-outline-secondary):active,
.btn:not(.btn-outline-primary):not(.btn-outline-secondary):focus {
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(101, 101, 102, 0.5) !important;
background-color:#475664 !important;
}
.text-primary {
color: $dark_grey_unical !important;
Expand Down

0 comments on commit 8ff9ff1

Please sign in to comment.