jointrashposs/assets/css/tailwind.css

29 lines
480 B
CSS
Raw Normal View History

2023-07-08 19:23:27 +02:00
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before,
.bi {
display: inline-block;
font-family: bootstrap-icons !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
vertical-align: -.125em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.bi {
width: 1em;
height: 1em;
}
2023-07-09 11:58:53 +02:00
body {
min-height: 100vh;
}
2023-07-08 10:36:02 +02:00
@tailwind base;
@tailwind components;
2023-07-08 19:23:27 +02:00
@tailwind utilities;