This commit is contained in:
sairaj mote 2020-10-03 02:00:12 +05:30
parent c9aba753ce
commit afc1ac087a
4 changed files with 656 additions and 533 deletions

View File

@ -1187,6 +1187,14 @@ sm-panel {
color: rgba(var(--text-color), 0.7);
font-weight: 500;
}
.activity .pending {
display: inline-flex;
padding: 0.3rem 0.6rem;
background: rgba(var(--text-color), 0.06);
border-radius: 1rem;
width: max-content;
margin-left: 0.4rem;
}
.back-arrow {
stroke-width: 10;

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1242,6 +1242,14 @@ sm-panel{
color: rgba(var(--text-color), 0.7);
font-weight: 500;
}
.pending{
display: inline-flex;
padding: 0.3rem 0.6rem;
background: rgba(var(--text-color), 0.06);
border-radius: 1rem;
width: max-content;
margin-left: 0.4rem;
}
}
.back-arrow{
stroke-width: 10;

1171
index.html

File diff suppressed because it is too large Load Diff