Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
whats-open-web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Nicholas J Anderson
whats-open-web
Commits
aef84681
Commit
aef84681
authored
Dec 21, 2016
by
mdsecurity
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
background clock
parent
42454461
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
src/app/location-view/location-view.component.scss
src/app/location-view/location-view.component.scss
+6
-3
src/assets/clock.png
src/assets/clock.png
+0
-0
src/styles.scss
src/styles.scss
+1
-0
No files found.
src/app/location-view/location-view.component.scss
View file @
aef84681
...
...
@@ -7,10 +7,12 @@ $card-border:1px solid rgba(0, 0, 0, 0.125);
//picture height
$card-background-height
:
8
.5rem
;
//card circle pictuer
$card-circle-picture-diameter
:
7rem
;
@import
'../../styles.scss'
;
.app-container
{
@extend
.container
;
min-width
:
100%
;
...
...
@@ -60,16 +62,17 @@ $card-circle-picture-diameter:7rem;
.sidebar
{
height
:
100%
;
width
:
25%
;
background-color
:
#
e3e8ef
;
background-color
:
#
28282B
;
transition
:all
.5s
cubic-bezier
(
0
.55
,
0
,
0
.1
,
1
)
;
}
.main-content
{
width
:
75%
;
height
:
100%
;
display
:flex
;
background
:
center
center
no-repeat
scroll
#DC554F
;
background
:
center
center
no-repeat
scroll
#f5f5ef
;
background-image
:
url('../assets/clock.png')
;
background-repeat
:
repeat
;
}
@mixin
transition
(
$transition
...
)
{
...
...
src/assets/clock.png
View replaced file @
42454461
View file @
aef84681
19.3 KB
|
W:
|
H:
1.78 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/styles.scss
View file @
aef84681
...
...
@@ -10,4 +10,5 @@ html
}
body
{
height
:
inherit
;
}
\ 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