mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 19:51:09 -04:00
fix spelling mistakes and reduce logo size
This commit is contained in:
4
public/assets/css/laraspace.css
vendored
4
public/assets/css/laraspace.css
vendored
@ -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
@ -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')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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">
|
||||||
|
|||||||
4
resources/assets/sass/pages/wizard.scss
vendored
4
resources/assets/sass/pages/wizard.scss
vendored
@ -3,6 +3,10 @@
|
|||||||
|
|
||||||
.wizard {
|
.wizard {
|
||||||
|
|
||||||
|
.logo-main {
|
||||||
|
height: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
.wizard-card {
|
.wizard-card {
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user