mirror of https://github.com/sualko/cloud_bbb
refactor: scss style
parent
2c75653329
commit
68e3bb561d
|
@ -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",
|
||||
|
|
58
ts/join.scss
58
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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue