2020-08-04 06:20:35 +00:00
|
|
|
.icon {
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
2020-08-07 07:24:01 +00:00
|
|
|
.icon + * {
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2020-08-06 06:03:07 +00:00
|
|
|
.icon svg {
|
|
|
|
|
fill: currentColor;
|
|
|
|
|
}
|
|
|
|
|
|
2020-08-09 06:48:43 +00:00
|
|
|
.xlarge > svg {
|
2020-08-07 05:03:02 +00:00
|
|
|
width: 48px;
|
|
|
|
|
height: 48px;
|
|
|
|
|
}
|
|
|
|
|
|
2020-08-06 06:03:07 +00:00
|
|
|
.large > svg {
|
|
|
|
|
width: 24px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.medium > svg {
|
2020-08-04 06:20:35 +00:00
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
}
|
2020-08-06 06:03:07 +00:00
|
|
|
|
|
|
|
|
.small > svg {
|
|
|
|
|
width: 12px;
|
|
|
|
|
height: 12px;
|
|
|
|
|
}
|
2020-08-09 10:04:48 +00:00
|
|
|
|
|
|
|
|
.xsmall > svg {
|
|
|
|
|
width: 10px;
|
|
|
|
|
height: 10px;
|
|
|
|
|
}
|