From 6dba1392a29a003c3334259a222061f29ff04b13 Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 14 Jan 2016 16:14:39 -0800 Subject: added UI for invite codes --- app/assets/stylesheets/leap.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'app/assets/stylesheets') diff --git a/app/assets/stylesheets/leap.scss b/app/assets/stylesheets/leap.scss index 5bc3c10..abbfc88 100644 --- a/app/assets/stylesheets/leap.scss +++ b/app/assets/stylesheets/leap.scss @@ -244,6 +244,16 @@ input, textarea { padding: 6px 0; } +// +// INVITES +// + +input.invite-code { + background: none; + border: none; + cursor: pointer; +} + // // STICKY FOOTER for BOOSTRAP 2 // http://getbootstrap.com/2.3.2/examples/sticky-footer.html -- cgit v1.2.3