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: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",

View File

@ -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;
}
}