#67 Add .new class
This commit is contained in:
parent
3fb043210e
commit
c6d88d960a
1 changed files with 17 additions and 0 deletions
|
|
@ -11,6 +11,23 @@
|
||||||
row-gap: var(--row-gap);
|
row-gap: var(--row-gap);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card.new::before {
|
||||||
|
content: "" / "Nouvelles modifications";
|
||||||
|
color: transparent;
|
||||||
|
position: relative;
|
||||||
|
display: inline-block;
|
||||||
|
width: 0.625rem;
|
||||||
|
height: 0.625rem;
|
||||||
|
border-radius: var(--rounded-full);
|
||||||
|
outline: .1875rem solid var(--color-white);
|
||||||
|
background-color: var(--color-primary-100);
|
||||||
|
overflow: hidden;
|
||||||
|
position: absolute;
|
||||||
|
top: 3.125rem;
|
||||||
|
right: 0.9rem;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
.card__title {
|
.card__title {
|
||||||
position: initial;
|
position: initial;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue