2017-06-08 19:04:19 +00:00
|
|
|
.svg-icon {
|
2017-06-26 21:55:14 +00:00
|
|
|
display: block;
|
2017-07-27 17:41:23 +00:00
|
|
|
transition: none !important;
|
2017-06-08 19:04:19 +00:00
|
|
|
fill: currentColor;
|
2017-06-16 16:07:24 +00:00
|
|
|
|
2017-06-26 21:55:14 +00:00
|
|
|
svg {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
* {
|
|
|
|
|
transition: none !important;
|
|
|
|
|
}
|
2017-07-27 17:41:23 +00:00
|
|
|
|
|
|
|
|
&.color {
|
|
|
|
|
svg path {
|
|
|
|
|
fill: currentColor;
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-07-10 08:07:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-16 {
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-01-31 10:55:39 +00:00
|
|
|
.icon-12 {
|
|
|
|
|
width: 12px;
|
|
|
|
|
height: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-02-09 22:47:38 +00:00
|
|
|
.icon-24 {
|
|
|
|
|
width: 24px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2017-07-10 08:07:23 +00:00
|
|
|
.icon-10 {
|
|
|
|
|
width: 10px;
|
|
|
|
|
height: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.inline {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
2018-01-08 17:43:57 +00:00
|
|
|
|
|
|
|
|
.toggle-up, .toggle-down {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
|
|
.svg-icon {
|
|
|
|
|
width: 20px;
|
|
|
|
|
}
|
|
|
|
|
}
|