diff options
author | elijah <elijah@riseup.net> | 2016-01-14 16:14:39 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-01-14 16:14:39 -0800 |
commit | 6dba1392a29a003c3334259a222061f29ff04b13 (patch) | |
tree | e3161cf87ecec5ebc095adf55f66db1e21c17cbb /app/assets | |
parent | dd2518c40ab06f51d0f7380f1521087d3a4fbd5f (diff) |
added UI for invite codes
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/leap.scss | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ -245,6 +245,16 @@ input, textarea { } // +// 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 // when upgrading to bootstrap 3, use this instead: |