refactor: scss style

pull/75/head
sualko 2020-08-29 14:33:52 +02:00
parent 2c75653329
commit 68e3bb561d
2 changed files with 31 additions and 31 deletions

View File

@ -24,8 +24,8 @@
"lint": "run-p --continue-on-error --print-label lint:*", "lint": "run-p --continue-on-error --print-label lint:*",
"lint:script": "eslint --ext .tsx,.ts ts", "lint:script": "eslint --ext .tsx,.ts ts",
"lint:fix:script": "eslint --ext .tsx,.ts ts --fix", "lint:fix:script": "eslint --ext .tsx,.ts ts --fix",
"lint:style": "stylelint ts/**/*.scss", "lint:style": "stylelint 'ts/**/*.scss'",
"lint:fix:style": "stylelint ts/**/*.scss --fix", "lint:fix:style": "stylelint 'ts/**/*.scss' --fix",
"lint:php": "./vendor/bin/php-cs-fixer fix --dry-run", "lint:php": "./vendor/bin/php-cs-fixer fix --dry-run",
"lint:fix:php": "./vendor/bin/php-cs-fixer fix", "lint:fix:php": "./vendor/bin/php-cs-fixer fix",
"composer:install": "php composer.phar install --no-dev -o", "composer:install": "php composer.phar install --no-dev -o",

View File

@ -1,36 +1,36 @@
.bbb { .bbb {
#displayname, #displayname,
#password { #password {
margin: 5px 0; margin: 5px 0;
padding-right: 45px; padding-right: 45px;
height: 45px; height: 45px;
box-sizing: border-box; box-sizing: border-box;
flex: 1 1 auto; flex: 1 1 auto;
width: 100% !important; width: 100% !important;
min-width: 0; min-width: 0;
} }
button { button {
width: 100%; width: 100%;
margin-top: 1em; margin-top: 1em;
} }
.submit-icon { .submit-icon {
float: right; float: right;
} }
.bbb-container { .bbb-container {
position: relative; position: relative;
margin-top: 1em; margin-top: 1em;
} }
input[type='submit'].icon-confirm { input[type='submit'].icon-confirm {
position: absolute; position: absolute;
top: 0px; top: 0px;
right: -5px; right: -5px;
width: 45px !important; width: 45px !important;
height: 45px; height: 45px;
background-color: transparent !important; background-color: transparent !important;
} }
} }