Skip to content

Commit

Permalink
Merge branch 'master' of github.com:studiointeract/react-accounts-ui-…
Browse files Browse the repository at this point in the history
…bootstrap

Conflicts:
	package.js
  • Loading branch information
timbrandin committed Nov 10, 2016
2 parents 7adb5ca + 57eb29a commit 690a062
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
3 changes: 1 addition & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ Package.onUse(function(api) {
api.versionsFrom('1.3');
api.use('ecmascript');
api.use('underscore');
api.use('fourseven:scss@3.4.1');
api.use('std:accounts-ui@1.2.9');

api.addFiles([
'styles.scss', 'social-buttons.css'
'styles.css', 'social-buttons.css'
], 'client');

api.mainModule('main.jsx');
Expand Down
11 changes: 11 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
form.accounts button, form.accounts .btn, form.accounts a {
margin-right: 6px;
}
form.accounts .social-buttons .btn {
margin-bottom: 0.75em;
}
form.accounts .form-group.required .form-control-label:after {
content: " *";
color: red;
}

14 changes: 0 additions & 14 deletions styles.scss

This file was deleted.

0 comments on commit 690a062

Please sign in to comment.