Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
20_21-J09
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
20_21-J09
20_21-J09
Commits
05eb062d
Commit
05eb062d
authored
Jul 09, 2021
by
IT17176798_Bhagya Dilhara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'updated_App.vue_css'
parent
a152feaa
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
4 deletions
+18
-4
.idea/workspace.xml
.idea/workspace.xml
+7
-2
UI/src/App.vue
UI/src/App.vue
+11
-2
No files found.
.idea/workspace.xml
View file @
05eb062d
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"1a1b2fc9-e664-4b80-be31-181ccebefc6b"
name=
"Default Changelist"
comment=
""
/>
<list
default=
"true"
id=
"1a1b2fc9-e664-4b80-be31-181ccebefc6b"
name=
"Default Changelist"
comment=
""
>
<change
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/UI/src/App.vue"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/UI/src/App.vue"
afterDir=
"false"
/>
</list>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
<option
name=
"HIGHLIGHT_NON_ACTIVE_CHANGELIST"
value=
"false"
/>
...
...
@@ -56,7 +59,9 @@
<workItem
from=
"1625686864504"
duration=
"999000"
/>
<workItem
from=
"1625689044297"
duration=
"15000"
/>
<workItem
from=
"1625689100430"
duration=
"17000"
/>
<workItem
from=
"1625777539136"
duration=
"350000"
/>
<workItem
from=
"1625777539136"
duration=
"790000"
/>
<workItem
from=
"1625827836141"
duration=
"891000"
/>
<workItem
from=
"1625830603744"
duration=
"793000"
/>
</task>
<servers
/>
</component>
...
...
UI/src/App.vue
View file @
05eb062d
<
template
>
<div
id=
"app"
>
<div
id=
"app"
class=
"bg-pic"
>
<router-view
/>
</div>
</
template
>
<
style
lang=
'scss'
>
.bg-pic
{
background-image
:
url("/bg-pic.jpg")
;
background-position
:
center
;
background-repeat
:
no-repeat
;
background-size
:
cover
;
}
</
style
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment