We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7adb5ca + 57eb29a commit 690a062Copy full SHA for 690a062
package.js
@@ -10,11 +10,10 @@ Package.onUse(function(api) {
10
api.versionsFrom('1.3');
11
api.use('ecmascript');
12
api.use('underscore');
13
- api.use('fourseven:scss@3.4.1');
14
api.use('std:accounts-ui@1.2.9');
15
16
api.addFiles([
17
- 'styles.scss', 'social-buttons.css'
+ 'styles.css', 'social-buttons.css'
18
], 'client');
19
20
api.mainModule('main.jsx');
styles.css
@@ -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;
+
styles.scss
0 commit comments