mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-19 22:42:54 +08:00
15 lines
393 B
CSS
15 lines
393 B
CSS
#app {
|
|
font-family: Avenir, Helvetica, Arial, sans-serif;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
color: #2c3e50;
|
|
}
|
|
|
|
.tab-active {
|
|
border-bottom: 2px solid black !important;
|
|
font-weight: bold !important;
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(7 89 133 / var(--tw-bg-opacity));
|
|
height: 100%;
|
|
color: #fff !important;
|
|
}
|