mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
15 lines
164 B
CSS
15 lines
164 B
CSS
@import "tailwindcss";
|
|
@import "tailwindcss-primeui";
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
body{
|
|
margin: 0;
|
|
}
|
|
|
|
.button-position {
|
|
@apply fixed bottom-0 left-0 m-3;
|
|
}
|