add new icon on sections
This commit is contained in:
parent
59bd722c76
commit
e8be5814d4
11 changed files with 137 additions and 72 deletions
|
|
@ -50,33 +50,78 @@
|
|||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-trash:before {
|
||||
content: "\e626";
|
||||
}
|
||||
.icon-history:before {
|
||||
content: "\e623";
|
||||
}
|
||||
.icon-reference:before {
|
||||
content: "\e621";
|
||||
}
|
||||
.icon-bell:before {
|
||||
content: "\e61c";
|
||||
}
|
||||
.icon-receive:before {
|
||||
content: "\e625";
|
||||
}
|
||||
.icon-wrench:before {
|
||||
content: "\e61d";
|
||||
}
|
||||
.icon-download:before {
|
||||
content: "\e61e";
|
||||
}
|
||||
.icon-upload:before {
|
||||
content: "\e61f";
|
||||
}
|
||||
.icon-power:before {
|
||||
content: "\e620";
|
||||
}
|
||||
.icon-forward:before {
|
||||
content: "\e624";
|
||||
}
|
||||
.icon-wallet:before {
|
||||
content: "\e622";
|
||||
}
|
||||
.icon-compose:before {
|
||||
content: "\e610";
|
||||
}
|
||||
.icon-contact:before {
|
||||
content: "\e611";
|
||||
}
|
||||
.icon-email:before {
|
||||
content: "\e612";
|
||||
}
|
||||
.icon-gear:before {
|
||||
content: "\e613";
|
||||
}
|
||||
.icon-home:before {
|
||||
content: "\e614";
|
||||
}
|
||||
.icon-locked:before {
|
||||
content: "\e615";
|
||||
}
|
||||
.icon-paperplane:before {
|
||||
content: "\e617";
|
||||
}
|
||||
.icon-people:before {
|
||||
content: "\e618";
|
||||
}
|
||||
.icon-person:before {
|
||||
content: "\e619";
|
||||
}
|
||||
.icon-pricetag:before {
|
||||
content: "\e61a";
|
||||
}
|
||||
.icon-pricetags:before {
|
||||
content: "\e61b";
|
||||
}
|
||||
.icon-bitcoin:before {
|
||||
content: "\e60f";
|
||||
}
|
||||
.icon-history:before {
|
||||
content: "\e610";
|
||||
}
|
||||
.icon-home:before {
|
||||
content: "\e611";
|
||||
}
|
||||
.icon-label:before {
|
||||
content: "\e612";
|
||||
}
|
||||
.icon-send:before {
|
||||
content: "\e614";
|
||||
}
|
||||
.icon-setting:before {
|
||||
content: "\e615";
|
||||
}
|
||||
.icon-usd:before {
|
||||
content: "\e616";
|
||||
}
|
||||
.icon-wallet:before {
|
||||
content: "\e617";
|
||||
}
|
||||
.icon-arrow-left:before {
|
||||
content: "\e600";
|
||||
}
|
||||
|
|
@ -121,4 +166,4 @@
|
|||
}
|
||||
.icon-arrow-up4:before {
|
||||
content: "\e60e";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -159,10 +159,12 @@ header .alt-currency {
|
|||
.head .menu ul li a {
|
||||
display: block;
|
||||
padding: 5px 10px;
|
||||
color: #8597A7;
|
||||
}
|
||||
|
||||
.head .menu ul li a:hover {
|
||||
background-color: #fff;
|
||||
background-color: #F8F8FB;
|
||||
color: #2C3E50;
|
||||
}
|
||||
|
||||
.col1 {
|
||||
|
|
@ -1305,10 +1307,10 @@ a:hover .photo-container {
|
|||
|
||||
.input i {
|
||||
position: absolute;
|
||||
top: 25%;
|
||||
top: 10px;
|
||||
left: 10px;
|
||||
font-size: 18px;
|
||||
color: #CAD2DB;
|
||||
font-size: 20px;
|
||||
color: #7A8C9E;
|
||||
border-right: 1px solid #ccc;
|
||||
padding-right: 8px;
|
||||
border-right: 1px solid #E5E8EB;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue