stripe sub cancellations
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -78,6 +78,10 @@ p {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
dl {
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
#mnml {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(min-content, 1fr) 8fr 1fr;
|
||||
|
||||
Reference in New Issue
Block a user