portfolio CSS: use cadance colors for some things
This commit is contained in:
parent
ed05cf8790
commit
78ab4f3880
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue