fix spelling mistakes and reduce logo size

This commit is contained in:
Mohit Panjwani
2019-11-11 13:56:51 +05:30
parent ae6290108b
commit 80a761dbe0
11 changed files with 539 additions and 346 deletions

View File

@ -17999,6 +17999,10 @@ fieldset[disabled] .multiselect {
} }
} }
.wizard .logo-main {
height: 50px;
}
.wizard .wizard-card { .wizard .wizard-card {
padding: 30px; padding: 30px;
width: 100%; width: 100%;

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -208,7 +208,7 @@ export default {
this.loading = false this.loading = false
} catch (e) { } catch (e) {
console.log(e) console.log(e)
window.toastr['error']('Somethig went wrong') window.toastr['error']('Something went wrong')
} }
} }
} }

View File

@ -200,7 +200,7 @@ export default {
this.loading = false this.loading = false
return true return true
} catch (e) { } catch (e) {
window.toastr['error']('Somethig went wrong') window.toastr['error']('Something went wrong')
} }
} }
} }

View File

@ -5,9 +5,9 @@
id="logo-crater" id="logo-crater"
src="/assets/img/crater-logo.png" src="/assets/img/crater-logo.png"
alt="Crater Logo" alt="Crater Logo"
class="logo-main"
width="225" width="225"
height="50" height="50"
class="logo"
> >
<div class="indicator-line"> <div class="indicator-line">
<div class="center"> <div class="center">

View File

@ -3,6 +3,10 @@
.wizard { .wizard {
.logo-main {
height: 50px;
}
.wizard-card { .wizard-card {
padding: 30px; padding: 30px;
width: 100%; width: 100%;