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.

21 lines
382 B

4 years ago
// Time diff indicator (2 weeks ago by ...)
// --------------------------------------------------
@import "../variables/colors";
@import "../variables/sizes";
.DefaultTimeDiff {
display: flex;
align-items: center;
}
.DefaultTimeDiff-icon {
margin-right: 5px;
color: $cTypography-help;
font-size: $sFontSize-smallUpperCase;
}
.DefaultTimeDiff p {
margin-left: 5px;
}