@railzai/railz-visualizations
Version:
Railz.ai Visualizations
45 lines (42 loc) • 1.08 kB
CSS
@font-face {
font-family: Inter;
src: url("../assets/fonts/Inter-italic-var.woff2");
font-family: Inter;
src: url("../assets/fonts/Inter-upright-var.woff2");
}
body,
div[class^=railz-],
div[class*=" railz-"] {
font-family: Inter, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.rv-container {
display: flex;
padding: 16px;
position: relative;
border: 1px solid #eee;
border-radius: 7px;
flex-direction: column;
justify-content: space-between;
width: auto;
height: 360px;
}
.rv-container * {
font-family: Inter, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.rv-title {
display: flex;
color: #015b7e;
font-size: 18px;
font-weight: 600;
margin: 0;
padding: 0;
text-align: left;
}
.rv-sparkline-chart-container {
display: flex;
flex-direction: row;
margin-left: -10;
margin-top: 20px;
width: 132px;
height: 60px;
}