mazda-custom-application-sdk/apps/app.simpledashboard/app.css
140b8f67-ec51-4b64-9606-bff2dffa0170 de0627bd88 First commit after reorg and cleanup
2016-03-14 22:47:00 -07:00

30 lines
573 B
CSS

[app="app.simpledashboard"] {
background:#000;
}
[app="app.simpledashboard"] div {
background:rgba(255, 0, 0, 0.1);
position:absolute;
top:45px;
left:50px;
bottom:50px;
right:50px;
text-align:center;
line-height:300px;
font-size:300px;
border:5px solid rgba(255, 0, 0, 0.25);
border-radius: 25px;
color:rgba(255, 255, 255, 0.9);
}
[app="app.simpledashboard"] span {
position:absolute;
bottom:60px;
left:0;
right:0;
font-size:25px;
color:rgba(255, 0, 0, 0.95);
text-align:center;
display:block;
text-transform: uppercase;
}