stripe sub cancellations

This commit is contained in:
ntr
2019-08-28 18:57:23 +10:00
parent 54a65fc160
commit d726aa8d33
13 changed files with 173 additions and 39 deletions
+12
View File
@@ -20,6 +20,18 @@
display: block;
}
.unsub {
&:hover {
color: @red;
border-color: @red;
};
&:active, &.confirming {
background: @red;
color: black;
border: 1px solid black;
}
}
.list {
letter-spacing: 0.25em;
+4
View File
@@ -78,6 +78,10 @@ p {
margin-bottom: 1em;
}
dl {
margin: 1em 0;
}
#mnml {
display: grid;
grid-template-columns: minmax(min-content, 1fr) 8fr 1fr;