#issue-19 Amélioration des contrastes
This commit is contained in:
parent
bd590d7a75
commit
c92f465003
6 changed files with 15 additions and 9 deletions
|
@ -14,12 +14,12 @@
|
|||
border-radius: 0.375rem;
|
||||
|
||||
&.is-danger {
|
||||
background-color: #f14668;
|
||||
background-color: #d73455;
|
||||
border-color: transparent;
|
||||
color: #fff;
|
||||
|
||||
&:hover {
|
||||
background-color: #f03a5f;
|
||||
background-color: #d70933;
|
||||
border-color: transparent;
|
||||
color: #fff;
|
||||
}
|
||||
|
@ -38,12 +38,12 @@
|
|||
}
|
||||
|
||||
&.is-primary {
|
||||
background-color: #48c78e;
|
||||
background-color: #2d7c58;
|
||||
border-color: transparent;
|
||||
color: #fff;
|
||||
|
||||
&:hover {
|
||||
background-color: #3ec487;
|
||||
background-color: #267953;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
.flash {
|
||||
background-color: #f14668;
|
||||
background-color: #d73455;
|
||||
border-radius: 6px;
|
||||
box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
|
||||
color: #fff;
|
||||
|
|
|
@ -45,4 +45,8 @@ html {
|
|||
@include respond-to("small") {
|
||||
padding: 0 0.7rem;
|
||||
}
|
||||
}
|
||||
|
||||
.is-hidden {
|
||||
display: none;
|
||||
}
|
|
@ -27,10 +27,10 @@
|
|||
.title {
|
||||
.icon-trash {
|
||||
cursor: pointer;
|
||||
color: #f14668;
|
||||
color: #d73455;
|
||||
|
||||
&:hover {
|
||||
color: #f03a5f;
|
||||
color: #d70933;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
font-size: 17px;
|
||||
|
||||
padding: 1.25rem 2.5rem 1.25rem 1.5rem;
|
||||
background-color: #f14668;
|
||||
background-color: #d73455;
|
||||
color: #fff;
|
||||
|
||||
&.show {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue