Example SVG generation.

This commit is contained in:
Ian Gulliver
2016-01-02 11:35:20 -08:00
parent a74b64f457
commit a2d52d8e57
2 changed files with 21 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ babyStatsFlipperBack {
flex-direction: column;
backface-visibility: hidden;
transform: rotateY(180deg);
overflow: scroll;
}
.babyStatsChildName, .babyStatsYourName {
@@ -260,6 +261,7 @@ babyStatsDisplayDate {
}
babyStatsDisplayDateTitle {
display: block;
color: rgb(189,21,80);
font-size: 20px;
font-weight: bold;