Skip to content

Commit 690a062

Browse files
committed
Merge branch 'master' of github.com:studiointeract/react-accounts-ui-bootstrap
Conflicts: package.js
2 parents 7adb5ca + 57eb29a commit 690a062

File tree

3 files changed

+12
-16
lines changed

3 files changed

+12
-16
lines changed

package.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ Package.onUse(function(api) {
1010
api.versionsFrom('1.3');
1111
api.use('ecmascript');
1212
api.use('underscore');
13-
api.use('fourseven:scss@3.4.1');
1413
api.use('std:accounts-ui@1.2.9');
1514

1615
api.addFiles([
17-
'styles.scss', 'social-buttons.css'
16+
'styles.css', 'social-buttons.css'
1817
], 'client');
1918

2019
api.mainModule('main.jsx');

styles.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
form.accounts button, form.accounts .btn, form.accounts a {
2+
margin-right: 6px;
3+
}
4+
form.accounts .social-buttons .btn {
5+
margin-bottom: 0.75em;
6+
}
7+
form.accounts .form-group.required .form-control-label:after {
8+
content: " *";
9+
color: red;
10+
}
11+

styles.scss

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)