stockadvisor / ui /src /assets /base.css
Bibhu Mishra
fix: local time, 0-qty guard, mobile card fields, glass UI
a269f65
Raw
History Blame Contribute Delete
648 Bytes
*, *::before, *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body, #app {
height: 100%;
width: 100%;
}
body {
font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-size: 13px;
line-height: 1.6;
color: #1f2937;
background: linear-gradient(145deg, #eef2ff 0%, #e8f4ff 55%, #edfdf6 100%);
min-height: 100vh;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
text-decoration: none;
color: inherit;
}
button {
font-family: inherit;
font-size: inherit;
}
input, textarea, select {
font-family: inherit;
font-size: inherit;
}