Add style for action buttons lost in stylesheet conversion.

This commit is contained in:
Ian Gulliver
2016-01-02 18:15:15 -08:00
parent a2d52d8e57
commit 9f33602515

View File

@@ -106,6 +106,25 @@ babyStatsGridOverlay {
font-weight: bold;
}
babyStatsActionButton {
display: flex;
min-width: 35vmin;
padding: 10px;
margin: 5px;
border-radius: 15px;
align-items: center;
justify-content: center;
background-color: rgb(138,155,15);
color: rgb(248,202,0);
font-size: 3vmin;
font-weight: normal;
text-shadow: none;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
babyStatsGridContainer {
position: absolute;
top: 80px;