aotds-docks/src/lib/style/index.css

18 lines
418 B
CSS
Raw Normal View History

2022-03-01 17:42:33 +00:00
:root {
--main-font-family: "Dosis", -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
2022-03-20 21:48:45 +00:00
--font-scale-9: 0.75rem;
--font-scale-10: 1em;
--font-scale-11: 1.333rem;
--font-scale-12: 1.777rem;
--font-scale-13: 2.369rem;
--font-scale-14: 3.157rem;
--font-scale-15: 4.209rem;
2022-03-01 17:42:33 +00:00
}
2022-03-20 18:42:59 +00:00
input.short {
width: 5em !important;
}
2022-03-20 21:48:45 +00:00