You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
165 lines
2.1 KiB
165 lines
2.1 KiB
.icon {
|
|
width: 24px;
|
|
height: 24px;
|
|
display: inline-block;
|
|
font-size: inherit;
|
|
text-rendering: auto;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-11 {
|
|
width: 11px;
|
|
height: 11px;
|
|
}
|
|
|
|
.icon-13 {
|
|
width: 13px;
|
|
height: 13px;
|
|
}
|
|
|
|
.icon-14 {
|
|
width: 14px;
|
|
height: 14px;
|
|
}
|
|
|
|
.icon-15 {
|
|
width: 15px;
|
|
height: 15px;
|
|
}
|
|
|
|
.icon-16 {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
|
|
.icon-17 {
|
|
width: 17px;
|
|
height: 17px;
|
|
}
|
|
|
|
.icon-18 {
|
|
width: 18px;
|
|
height: 18px;
|
|
}
|
|
|
|
.icon-20 {
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
|
|
.icon-22 {
|
|
width: 22px;
|
|
height: 22px;
|
|
}
|
|
|
|
.icon-25 {
|
|
width: 25px;
|
|
height: 25px;
|
|
}
|
|
|
|
.icon-28 {
|
|
width: 26px;
|
|
height: 26px;
|
|
}
|
|
|
|
.icon-30 {
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|
|
|
|
.icon-33 {
|
|
width: 33px;
|
|
height: 33px;
|
|
}
|
|
|
|
.icon-35 {
|
|
width: 35px;
|
|
height: 35px;
|
|
}
|
|
|
|
.icon-44 {
|
|
width: 44px;
|
|
height: 44px;
|
|
}
|
|
|
|
.icon-65 {
|
|
width: 65px;
|
|
height: 65px;
|
|
}
|
|
|
|
.icon-arrow {
|
|
width: 6px;
|
|
height: 11px;
|
|
}
|
|
|
|
.icon-width-3 {
|
|
width: 3px;
|
|
}
|
|
|
|
.icon-width-14 {
|
|
width: 14px;
|
|
}
|
|
|
|
.icon-width-6 {
|
|
width: 6px;
|
|
}
|
|
|
|
.icon-width-10 {
|
|
width: 10px;
|
|
}
|
|
|
|
.icon-width-19 {
|
|
width: 19px;
|
|
}
|
|
|
|
.arrow-back {
|
|
width: 10px;
|
|
height: 18px;
|
|
margin-top: -4px;
|
|
}
|
|
|
|
// .icon-close {
|
|
// background: url(../assets/images/delete.png) no-repeat;
|
|
// background-size: contain;
|
|
// }
|
|
|
|
.arrow-left {
|
|
position: relative;
|
|
|
|
&:before {
|
|
content: ' ';
|
|
display: inline-block;
|
|
height: 10px;
|
|
width: 10px;
|
|
border-width: 2px 2px 0 0;
|
|
border-color: #000;
|
|
border-style: solid;
|
|
-webkit-transform: matrix(-0.71, 0.71, 0.71, 0.71, 0, 0);
|
|
transform: matrix(-0.71, 0.71, 0.71, 0.71, 0, 0);
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 0;
|
|
margin-top: -5px;
|
|
}
|
|
}
|
|
|
|
.arrow-right {
|
|
position: relative;
|
|
|
|
&:after {
|
|
content: ' ';
|
|
display: inline-block;
|
|
height: 10px;
|
|
width: 10px;
|
|
border-width: 2px 2px 0 0;
|
|
border-color: #c8c8cd;
|
|
border-style: solid;
|
|
-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
|
|
transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 0px;
|
|
margin-top: -6px;
|
|
}
|
|
}
|