Skip to content
Snippets Groups Projects
Commit f3b10ffc authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

kill hsl color definitions

parent eb6c51e8
No related branches found
No related tags found
No related merge requests found
......@@ -34,16 +34,13 @@ header h1 {
/* Changes for foundation buttons*/
button, .button{
background:#214BB5;
background:hsl(223,69%,42%);
border: 2px solid #214BB5;
border:2px solid hsl(223,69%,42%);
font-weight:bold;
border-radius:10px;
}
button:hover, .button:hover{
background:none;
color:#214BB5;
color:hsl(223,69%,42%);
}
/* CUSTOM WIZARD*/
......@@ -66,7 +63,6 @@ button:hover, .button:hover{
overflow: auto;
overflow-x: hidden;
border:2px solid #214BB5;
border:2px solid hsl(223,69%,42%);
border-radius: 10px;
}
.wizard > .content fieldset{
......@@ -77,20 +73,16 @@ button:hover, .button:hover{
.wizard > .actions a, .wizard > .actions a:active {
text-decoration: none;
background:hsl(223,69%,42%);
background:#214BB5;
border: 2px solid #214BB5;
border:2px solid hsl(223,69%,42%);
font-weight:bold;
border-radius:10px;
}
.wizard > .actions a:hover{
color:#214BB5;
color:hsl(223,69%,42%);
background:none;
border: 2px solid #214BB5;
border:2px solid hsl(223,69%,42%);
font-weight:bold;
border-radius:10px;
}
......@@ -169,7 +161,6 @@ button:hover, .button:hover{
.accounts_profile table caption{
background-color:#FF8547;
background-color:hsl(20,100%,54%);
color:#fff;
padding:0.2rem 0 0.2rem 1rem;
border-radius:5px 5px 0 0;
......@@ -208,7 +199,6 @@ fieldset.scrollable{height: 75%;}
/*Global*/
h1,h2,h3,h4,h5,h6 {
color:#214BB5;
color:hsl(223,69%,42%);
}
h3{
margin-top:2rem;
......@@ -236,12 +226,10 @@ main form{
main form table{
padding:1rem;
margin:1rem auto;
background-color: hsl(20,100%,84%);
border:none;
border-radius:7px;
}
main form table td{
/* color:hsl(20,100%,24%)!important;*/
color:#000!important;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment