portfolio CSS: use cadance colors for some things

This commit is contained in:
Christine Dodrill 2015-02-04 09:10:01 -08:00
parent ed05cf8790
commit 78ab4f3880
1 changed files with 4 additions and 4 deletions

View File

@ -2,14 +2,14 @@
.box {
border-radius: 3px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 5px 0 #FE9ACD, 0 2px 10px 0 #FE9ACD;
padding: 10px 25px;
text-align: right;
display: block;
margin-top: 60px;
}
.box-icon {
background-color: #57a544;
background-color: #FDC7E3;
border-radius: 50%;
display: table;
height: 100px;
@ -35,14 +35,14 @@
text-align: justify;
}
.info > a {
background-color: #03a9f4;
background-color: #FCF7DF;
border-radius: 2px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
color: #fff;
transition: all 0.5s ease 0s;
}
.info > a:hover {
background-color: #0288d1;
background-color: #F9EAAE;
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
color: #fff;
transition: all 0.5s ease 0s;