Remove unused onboard_modal css file
This commit is contained in:
parent
2f7ea19622
commit
240f39d95f
1 changed files with 0 additions and 46 deletions
|
@ -1,46 +0,0 @@
|
|||
/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */
|
||||
// // Onboarding modal
|
||||
|
||||
// .onboardModal label {
|
||||
// display: block;
|
||||
// margin: 0 auto 4px auto;
|
||||
// font-size: 16px;
|
||||
// font-weight: bold;
|
||||
// color: #666;
|
||||
// }
|
||||
|
||||
// .onboardModal .modal-body { padding: 0; }
|
||||
|
||||
// .onboardModal .cc-btn.large {
|
||||
// width: 60%;
|
||||
// margin: 0 auto;
|
||||
// display: block;
|
||||
// }
|
||||
|
||||
// .onboardModal form {
|
||||
// margin: 0 auto;
|
||||
// padding: 10px 0 30px 0;
|
||||
// }
|
||||
|
||||
// .onboardModal {
|
||||
// form input, form textarea {
|
||||
// width: 94%;
|
||||
// }
|
||||
// }
|
||||
|
||||
// .onboardModal .field {
|
||||
// margin-top: 10px;
|
||||
// margin-bottom: 10px;
|
||||
// overflow: hidden;
|
||||
// }
|
||||
|
||||
// .onboardModal .step--user {
|
||||
|
||||
// form {
|
||||
// width: 50%;
|
||||
// }
|
||||
|
||||
// input.user-name-input {
|
||||
// width: 114px;
|
||||
// }
|
||||
// }
|
Loading…
Reference in a new issue