- second commit
This commit is contained in:
parent
4fc3bb0a01
commit
59a99ff3c8
61 changed files with 2625 additions and 1182 deletions
|
@ -1,30 +1,44 @@
|
|||
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap'); */
|
||||
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,600,700');
|
||||
/* @import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,600,700'); */
|
||||
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@import "_checkbox-radio-switch.css";
|
||||
@import "_progress.css";
|
||||
@import "_scrollbars.css";
|
||||
@import "_table.css";
|
||||
@import '_checkbox-radio-switch.css';
|
||||
@import '_progress.css';
|
||||
@import '_scrollbars.css';
|
||||
@import '_table.css';
|
||||
|
||||
@import '@fontsource/inter/index.css';
|
||||
@import '@fontsource/archivo-black/index.css';
|
||||
|
||||
html, body {
|
||||
background-color: #F7F8FA;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
/* height: 100vh; */
|
||||
color: #46444c;
|
||||
position: relative;
|
||||
}
|
||||
/* @layer base {
|
||||
html,
|
||||
body {
|
||||
background-color: #f7f8fa;
|
||||
font-family: Inter, system-ui, sans-serif;
|
||||
height: 100vh;
|
||||
color: #46444c;
|
||||
position: relative;
|
||||
}
|
||||
} */
|
||||
|
||||
/* html,
|
||||
body {
|
||||
background-color: #f7f8fa;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
height: 100vh;
|
||||
color: #46444c;
|
||||
position: relative;
|
||||
} */
|
||||
.px-6 {
|
||||
padding-left: 0;
|
||||
/* padding-right: 1.5rem; */
|
||||
padding-left: 0;
|
||||
/* padding-right: 1.5rem; */
|
||||
}
|
||||
|
||||
.rounded-md {
|
||||
color: gray;
|
||||
color: gray;
|
||||
}
|
||||
|
||||
/* body:before {
|
||||
|
@ -90,6 +104,6 @@ main li:before {
|
|||
} */
|
||||
|
||||
main code {
|
||||
font-size: 16px;
|
||||
background: #e6e2ff;
|
||||
font-size: 16px;
|
||||
background: #e6e2ff;
|
||||
}
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue