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
Corey Sheldon
weather
Commits
c026957e
Commit
c026957e
authored
Jan 31, 2017
by
Zach Knox
Browse files
Added development tag to header
parent
3bec1ead
Changes
3
Show whitespace changes
Inline
Side-by-side
weather/client/main.css
View file @
c026957e
...
...
@@ -9,7 +9,10 @@
.header-bg
>
.mdl-layout__tab
{
background-color
:
#006633
;
}
.development-tag
{
vertical-align
:
super
;
font-size
:
60%
;
}
.temp-size
{
font-size
:
32pt
;
}
...
...
weather/client/views/home/home.html
View file @
c026957e
...
...
@@ -5,7 +5,7 @@
<header
class=
"mdl-layout__header"
>
<div
class=
"mdl-layout__header-row"
>
<!-- Title of Header -->
<span
class=
"mdl-layout-title"
>
Weather
</span>
<span
class=
"mdl-layout-title"
>
Weather
<
span
class=
"development-tag"
>
ALPHA
</span><
/span>
</div>
<!-- Tab Bar Container , and Tab links -->
<div
class=
"mdl-layout__tab-bar mdl-js-ripple-effect header-bg"
style=
"background: #006633;"
>
...
...
weather/config/settings.json
0 → 100644
View file @
c026957e
{
"weatherCacheExpireTime"
:
"1800"
}
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