Make it look like a stamp

This commit is contained in:
Andy Smith
2025-04-15 13:22:12 -05:00
parent ad80aee38e
commit eeadc1c494
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -216,24 +216,24 @@
.card__badge {
--size: 5cqi;
background: var(--color-ink);
border: 1px solid currentColor;
block-size: var(--size);
border-radius: 50%;
color: var(--color-ink-reversed);
color: var(--color-negative);
container-type: inline-size;
font-size: 1.5rem;
font-weight: 500;
font-weight: bold;
inset: 50% auto auto -0.5ch;
inline-size: var(--size);
padding: 0.25cqi;
padding: calc(var(--size) * 0.05);
position: absolute;
transform: rotate(-10deg);
translate: -100% -50%;
span {
display: grid;
inset: 0;
font-size: 45cqi;
font-weight: bold;
place-content: center;
position: absolute;
text-align: center;
+1 -1
View File
@@ -2,7 +2,7 @@ module Card::Closeable
extend ActiveSupport::Concern
AUTO_CLOSE_AFTER = 30.days
AUTO_CLOSE_REMINDER = 7.days
AUTO_CLOSE_REMINDER = 22.days
included do
has_one :closure, dependent: :destroy