Extra tile for displaying heart rate data for demo
This commit is contained in:
parent
25a4f1fde0
commit
8a24f9fd9f
5 changed files with 114 additions and 0 deletions
38
skins/base/css/molecules/HealthDemoTile.css
Normal file
38
skins/base/css/molecules/HealthDemoTile.css
Normal file
|
@ -0,0 +1,38 @@
|
|||
/*
|
||||
Copyright 2015 OpenMarket Ltd
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
.mx_HealthDemoTile {
|
||||
border: 1px solid black;
|
||||
width: 200px;
|
||||
height: 70px;
|
||||
margin: 5px;
|
||||
background-color: #ddd;
|
||||
padding: 5px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.mx_HealthDemoTile .mx_HealthDemoTile_ts {
|
||||
display: block;
|
||||
text-align: right;
|
||||
font-size: 85%;
|
||||
}
|
||||
|
||||
.mx_HealthDemoTile_content {
|
||||
text-align: right;
|
||||
font-size: 200%;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue