As an user I want to be able to cancel my VM Plan subscription. As an user I want to be able to receive an email each time that my VM status changes.

This commit is contained in:
Levi 2016-06-09 23:50:49 -05:00
commit 288be32c5f
13 changed files with 380 additions and 41 deletions

View file

@ -18,3 +18,11 @@
display: inline-block;
vertical-align: baseline;
}
.space-above {
margin-top: 4%;
}
.space-above-big {
margin-top: 20%;
}