Skip to content
Snippets Groups Projects
Verified Commit 13d5bf67 authored by Owen Graham's avatar Owen Graham
Browse files

Use AMRDC Theme blue for "visualize" button

parent bfab9d3c
No related branches found
No related tags found
No related merge requests found
......@@ -180,11 +180,11 @@ select:disabled {
}
#visualize {
background: #0479a8;
border: 2px solid #0479a8;
background: #007db1;
border: 2px solid #007db1;
border-radius: 2px;
box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
color: #fff;
color: white;
cursor: pointer;
display: inline-block;
font-size: 1rem;
......@@ -192,18 +192,18 @@ select:disabled {
font-family: inherit;
line-height: 1;
margin: 8px;
padding: .55rem 1rem;
padding: 0.55rem 1rem;
position: relative;
text-align: center;
transition: all .25s ease-out;
transition: all 0.25s ease-out;
}
#visualize:focus,
#visualize:hover {
background-color: white;
color: #0479a8;
color: #007db1;
outline: 0;
transition: all .25s ease-in-out;
transition: all 0.25s ease-in-out;
}
#visualization {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment