2019-11-18 12:14:32 +00:00
|
|
|
.hr-fade {
|
|
|
|
height: 1px;
|
2019-11-17 11:01:09 +00:00
|
|
|
|
2019-11-18 12:14:32 +00:00
|
|
|
@include themify($themes) {
|
|
|
|
color: themed('hr-color');
|
|
|
|
background-image: linear-gradient(
|
|
|
|
90deg,
|
|
|
|
transparent,
|
|
|
|
themed('hr-color') 50%,
|
|
|
|
transparent 100%
|
|
|
|
);
|
|
|
|
}
|
2019-11-17 11:01:09 +00:00
|
|
|
}
|