2023-03-03 15:54:28 +00:00
|
|
|
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap'); */
|
2023-03-17 15:13:37 +00:00
|
|
|
/* @import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,600,700'); */
|
2023-03-03 15:54:28 +00:00
|
|
|
|
|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|
|
|
|
|
2023-03-17 15:13:37 +00:00
|
|
|
@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';
|
|
|
|
|
|
|
|
/* @layer base {
|
|
|
|
html,
|
|
|
|
body {
|
|
|
|
background-color: #f7f8fa;
|
|
|
|
font-family: Inter, system-ui, sans-serif;
|
|
|
|
height: 100vh;
|
|
|
|
color: #46444c;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
} */
|
2023-03-03 15:54:28 +00:00
|
|
|
|
2023-03-17 15:13:37 +00:00
|
|
|
/* html,
|
|
|
|
body {
|
|
|
|
background-color: #f7f8fa;
|
|
|
|
font-family: 'Roboto', sans-serif;
|
|
|
|
height: 100vh;
|
|
|
|
color: #46444c;
|
|
|
|
position: relative;
|
|
|
|
} */
|
2023-03-03 15:54:28 +00:00
|
|
|
.px-6 {
|
2023-03-17 15:13:37 +00:00
|
|
|
padding-left: 0;
|
|
|
|
/* padding-right: 1.5rem; */
|
2023-03-03 15:54:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.rounded-md {
|
2023-03-17 15:13:37 +00:00
|
|
|
color: gray;
|
2023-03-03 15:54:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* body:before {
|
|
|
|
content: '';
|
|
|
|
background: #5A45FF;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
height: 6px;
|
|
|
|
position: absolute;
|
|
|
|
} */
|
|
|
|
|
|
|
|
/* * {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
} */
|
|
|
|
|
|
|
|
/* a {
|
|
|
|
color: #5A45FF;
|
|
|
|
text-decoration: none;
|
|
|
|
} */
|
|
|
|
|
|
|
|
/* main {
|
|
|
|
max-width: 620px;
|
|
|
|
margin: auto;
|
|
|
|
height: 100vh;
|
|
|
|
padding: 0 30px;
|
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
} */
|
|
|
|
|
|
|
|
/* .title {
|
|
|
|
font-size: 50px;
|
|
|
|
line-height: 50px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
color: #17161A;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subtitle {
|
|
|
|
font-size: 26px;
|
|
|
|
margin-bottom: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
} */
|
|
|
|
|
|
|
|
/* main ul {
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
main li {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
position: relative;
|
|
|
|
padding-left: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
main li:before {
|
|
|
|
content: '—';
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
} */
|
|
|
|
|
|
|
|
main code {
|
2023-03-17 15:13:37 +00:00
|
|
|
font-size: 16px;
|
|
|
|
background: #e6e2ff;
|
2023-03-03 15:54:28 +00:00
|
|
|
}
|