fix tailwind

This commit is contained in:
João Geonizeli
2022-07-21 22:46:57 -03:00
parent a2a3b3219c
commit 7c241b5102
9 changed files with 1873 additions and 19 deletions

View File

@@ -1,9 +1,12 @@
.ck-editor {
height: 100% !important;
}
body, #root {
height: 100vh;
background-color: #f7fafc;
font-family: Roboto, 'Times New Roman', Times, serif;
}
@import "./main.css";
@import "./ckeditor-content-styles.css";
.ck-editor {
height: 100% !important;
}
body, #root {
height: 100vh;
background-color: #f7fafc;
font-family: Roboto, 'Times New Roman', Times, serif;
}

View File

@@ -6,9 +6,14 @@
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
<%= javascript_include_tag "application", "data-turbo-track": "reload", defer: true %>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
/>
<script src="<%= ENV['WIRIS_PLUGIN_SRC'] %>" async=true></script>
<%= stylesheet_link_tag "main2", "data-turbo-track": "reload" %>
<%= javascript_include_tag "application", "data-turbo-track": "reload", defer: true %>
</head>
<body>