~singpolyma/jmp-pay

ed68f06526f8899ff81066f21e70ff72a710939c — Stephen Paul Weber 2 years ago defc969
small on next line
2 files changed, 4 insertions(+), 6 deletions(-)

M views/activate.slim
M views/credit_cards.slim
M views/activate.slim => views/activate.slim +2 -3
@@ 11,10 11,9 @@ scss:
		fieldset {
			max-width: 25em;
			margin: 2em auto;
			label {
				display: block;
			}
			label { display: block; }
			input[type=number] { max-width: 3em; }
			small { display: block; }
		}

		button {

M views/credit_cards.slim => views/credit_cards.slim +2 -3
@@ 7,10 7,9 @@ scss:
		fieldset {
			max-width: 25em;
			margin: 2em auto;
			label {
				display: block;
			}
			label { display: block; }
			input[type=number] { max-width: 3em; }
			small { display: block; }
		}

		button {