Compare commits
5 commits
b88b6b56ea
...
60cff9a216
| Author | SHA1 | Date | |
|---|---|---|---|
| 60cff9a216 | |||
| 9339115a3a | |||
| 5f7a9ca1cc | |||
| 5d87cc04be | |||
| a518fd244b |
5 changed files with 69 additions and 64 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 628 KiB After Width: | Height: | Size: 371 KiB |
|
|
@ -1,41 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="1920"
|
||||
height="1080"
|
||||
viewBox="0 0 1920 1080"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer2"><rect
|
||||
style="display:inline;fill:#16212c;fill-opacity:1;stroke-width:19.525"
|
||||
id="rect1"
|
||||
width="2564.4407"
|
||||
height="1734.7687"
|
||||
x="-313.60806"
|
||||
y="-317.57779" /></g><g
|
||||
id="layer3"
|
||||
style="display:inline"
|
||||
transform="matrix(0.84905245,0,0,0.84905245,147.2801,58.567587)"><text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:139.172px;font-family:Ballet;-inkscape-font-specification:Ballet;text-align:center;writing-mode:lr-tb;direction:ltr;text-anchor:middle;opacity:0.25;fill:#334c65;fill-opacity:1;stroke-width:10.1901"
|
||||
x="960.53656"
|
||||
y="331.00674"
|
||||
id="text9"><tspan
|
||||
id="tspan9"
|
||||
x="960.53656"
|
||||
y="331.00674"
|
||||
style="fill:#334c65;fill-opacity:1;stroke-width:10.1901">Office of the City Building Officials</tspan></text><text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:218.194px;font-family:Ballet;-inkscape-font-specification:Ballet;text-align:center;writing-mode:lr-tb;direction:ltr;text-anchor:middle;opacity:0.25;fill:#334d66;fill-opacity:1;stroke-width:15.9759"
|
||||
x="958.34998"
|
||||
y="712.8595"
|
||||
id="text10"><tspan
|
||||
id="tspan10"
|
||||
x="958.34998"
|
||||
y="712.8595"
|
||||
style="fill:#334d66;fill-opacity:1;stroke-width:15.9759">e-Sign Application</tspan></text></g></svg>
|
||||
|
Before Width: | Height: | Size: 1.8 KiB |
|
|
@ -5,7 +5,7 @@
|
|||
.body
|
||||
color: vars.$textColor
|
||||
font-family: fonts.$Roboto
|
||||
background-image: url('/src/assets/images/svg/background.svg')
|
||||
background-image: url('/src/assets/images/optimized/background.avif'), url('/src/assets/images/optimized/background.webp')
|
||||
position: absolute
|
||||
top: 0
|
||||
left: 0
|
||||
|
|
@ -16,6 +16,10 @@
|
|||
opacity: 1
|
||||
background-attachment: fixed
|
||||
|
||||
// @media only screen and (max-width: views.$mobile)
|
||||
// background-image: url('/src/assets/images/svg/background-mobile.svg')
|
||||
// height: 100%
|
||||
|
||||
.close-text
|
||||
padding: 3rem 0 0 0
|
||||
font-size: 0.75rem
|
||||
|
|
|
|||
|
|
@ -90,7 +90,6 @@ export default () => {
|
|||
}
|
||||
|
||||
const checkDivision = async () => {
|
||||
console.log('AAAA')
|
||||
const building = await checkAccess('BUILDING ORDER OF PAYMENT')
|
||||
setIsBuilding(building)
|
||||
|
||||
|
|
@ -123,7 +122,6 @@ export default () => {
|
|||
}
|
||||
|
||||
const getListForPrinting = async () => {
|
||||
console.log('BBB')
|
||||
try {
|
||||
const response = await ofetch(API + 'get-listopprinting-electrical', { parseResponse: JSON.parse })
|
||||
setApplicationList(response.result)
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue