react-duration-picker
Version:
React duration picker for mobile, inspired by Android spinners
32 lines (28 loc) • 603 B
CSS
html {
height: 100%;
}
body {
display: inline-block;
height: 100%;
width: 100%;
margin: 0 auto;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#root {
max-width: 800px;
margin: 0 auto;
height: 100%;
background-color: rgb(250, 250, 255);
padding-left: 10px;
padding-right: 10px;
}
h1 {
color: rgb(24, 177, 233);
margin: 0;
text-align: center;
padding: 10px 0 10px 0;
}