diff --git a/package.json b/package.json index 438adc7..6a27113 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,8 @@ "lint": "run-p --continue-on-error --print-label lint:*", "lint:script": "eslint --ext .tsx,.ts ts", "lint:fix:script": "eslint --ext .tsx,.ts ts --fix", - "lint:style": "stylelint ts/**/*.scss", - "lint:fix:style": "stylelint ts/**/*.scss --fix", + "lint:style": "stylelint 'ts/**/*.scss'", + "lint:fix:style": "stylelint 'ts/**/*.scss' --fix", "lint:php": "./vendor/bin/php-cs-fixer fix --dry-run", "lint:fix:php": "./vendor/bin/php-cs-fixer fix", "composer:install": "php composer.phar install --no-dev -o", diff --git a/ts/join.scss b/ts/join.scss index 873a052..d146762 100644 --- a/ts/join.scss +++ b/ts/join.scss @@ -1,36 +1,36 @@ .bbb { - #displayname, - #password { - margin: 5px 0; - padding-right: 45px; - height: 45px; - box-sizing: border-box; - flex: 1 1 auto; - width: 100% !important; - min-width: 0; - } + #displayname, + #password { + margin: 5px 0; + padding-right: 45px; + height: 45px; + box-sizing: border-box; + flex: 1 1 auto; + width: 100% !important; + min-width: 0; + } - button { - width: 100%; - margin-top: 1em; - } + button { + width: 100%; + margin-top: 1em; + } - .submit-icon { - float: right; - } + .submit-icon { + float: right; + } - .bbb-container { - position: relative; - margin-top: 1em; - } + .bbb-container { + position: relative; + margin-top: 1em; + } - input[type='submit'].icon-confirm { - position: absolute; - top: 0px; - right: -5px; - width: 45px !important; - height: 45px; - background-color: transparent !important; - } + input[type='submit'].icon-confirm { + position: absolute; + top: 0px; + right: -5px; + width: 45px !important; + height: 45px; + background-color: transparent !important; + } } \ No newline at end of file