Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
whats-open-web
Commits
aef84681
Commit
aef84681
authored
Dec 21, 2016
by
mdsecurity
Browse files
background clock
parent
42454461
Changes
3
Hide whitespace changes
Inline
Side-by-side
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