|
|
|
|
|
@import url('https://daisyui.com/components/nav/nav'); |
|
|
@import url('https://daisyui.com/components/footer/footer'); |
|
|
@import url('https://daisyui.com/components/pagination/pagination'); |
|
|
@import url('https://daisyui.com/components/button/button'); |
|
|
@import url('https://daisyui.com/components/dropdown/dropdown'); |
|
|
@import url('https://daisyui.com/components/modal/modal'); |
|
|
@import url('https://daisyui.com/components/form/form'); |
|
|
@import url('https://daisyui.com/components/image/image'); |
|
|
@import url('https://daisyui.com/components/avatar/avatar'); |
|
|
@import url('https://daisyui.com/components/loader/loader'); |
|
|
@import url('https://daisyui.com/components/breadcrumb/breadcrumb'); |
|
|
@import url('https://daisyui.com/components/badge/badge'); |
|
|
@import url('https://daisyui.com/components/dot/dot'); |
|
|
@import url('https://daisyui.com/components/divider/divider'); |
|
|
@import url('https://daisyui.com/components/list/list'); |
|
|
@import url('https://daisyui.com/components/drawer/drawer'); |
|
|
@import url('https://daisyui.com/components/grid/grid'); |
|
|
@import url('https://daisyui.com/components/text/text'); |
|
|
@import url('https://daisyui.com/components/link/link'); |
|
|
@import url('https://daisyui.com/components/section/section'); |
|
|
@import url('https://daisyui.com/components/section/section'); |
|
|
@import url('https://daisyui.com/components/label/label'); |
|
|
|
|
|
|
|
|
body { |
|
|
font-family: sans-serif; |
|
|
font-size: 16px; |
|
|
line-height: 24px; |
|
|
} |
|
|
|
|
|
.app { |
|
|
max-width: 1200px; |
|
|
margin: 0 auto; |
|
|
} |
|
|
|
|
|
.title { |
|
|
font-size: 36px; |
|
|
margin: 48px 0; |
|
|
} |
|
|
|
|
|
.nav { |
|
|
font-size: 14px; |
|
|
margin-bottom: 48px; |
|
|
} |
|
|
|
|
|
.content { |
|
|
margin-bottom: 48px; |
|
|
} |
|
|
|
|
|
.btn { |
|
|
margin-right: 12px; |
|
|
} |
|
|
|
|
|
.btn-primary { |
|
|
background-color: #48bb78; |
|
|
} |
|
|
|
|
|
.btn-danger { |
|
|
background-color: #e53e3e; |
|
|
} |
|
|
|
|
|
.btn-warning { |
|
|
background-color: #fbbf24; |
|
|
} |
|
|
|
|
|
.btn-success { |
|
|
background-color: #51cbce; |
|
|
} |
|
|
|
|
|
.prose { |
|
|
font-size: 20px; |
|
|
line-height: 28px; |
|
|
} |
|
|
|
|
|
.table { |
|
|
border-collapse: collapse; |
|
|
} |
|
|
|
|
|
.table th { |
|
|
background-color: #f3f3f3; |
|
|
color: #555; |
|
|
border: 1px solid #ddd; |
|
|
padding: 12px 24px; |
|
|
font-size: 14px; |
|
|
margin-bottom: 12px; |
|
|
} |
|
|
|
|
|
.table td { |
|
|
border: 1px solid #ddd; |
|
|
padding: 12px 24px; |
|
|
font-size: 14px; |
|
|
margin-bottom: 12px; |
|
|
} |
|
|
|
|
|
.table tr:hover { |
|
|
background-color: #f5f5f5; |
|
|
} |
|
|
|
|
|
.table tr:nth-child(even) { |
|
|
background-color: #f9f9f9; |
|
|
} |
|
|
|
|
|
.form { |
|
|
font-size: 18px; |
|
|
margin-top: 24px; |
|
|
} |
|
|
|
|
|
.form-input { |
|
|
padding: 12px 18px; |
|
|
font-size: 18px; |
|
|
border: 1px solid #ddd; |
|
|
border-radius: 5px; |
|
|
margin-bottom: 12px; |
|
|
} |
|
|
|
|
|
.form-input:focus { |
|
|
outline: none; |
|
|
} |
|
|
|
|
|
.form-label { |
|
|
font-weight: bold; |
|
|
} |
|
|
|
|
|
.form-button { |
|
|
padding: 12px 24px; |
|
|
font-size: 18px; |
|
|
border: none; |
|
|
border-radius: 5px; |
|
|
background-color: #48bb78; |
|
|
color: #fff; |
|
|
margin-bottom: 12px; |
|
|
} |
|
|
|
|
|
.form-button:hover { |
|
|
cursor: pointer; |
|
|
} |
|
|
|
|
|
.form-checkbox { |
|
|
padding: 12px 18px; |
|
|
font-size: 18px; |
|
|
border: 1px solid #ddd; |
|
|
border-radius: 5px; |
|
|
margin-bottom: 12px; |
|
|
} |
|
|
|
|
|
.form-checkbox label { |
|
|
font-weight: bold; |
|
|
} |
|
|
|
|
|
.form-select { |
|
|
padding: 12px 18px; |
|
|
font-size: 18px; |
|
|
border: 1px solid #ddd; |
|
|
border-radius: 5px; |
|
|
margin-bottom: 12px; |
|
|
} |
|
|
|
|
|
.form-select-label { |
|
|
font-weight: bold; |
|
|
} |
|
|
|
|
|
.footer { |
|
|
font-size: 14px; |
|
|
margin-bottom: 12px; |
|
|
} |
|
|
|
|
|
.footer p { |
|
|
margin-top: 32px; |
|
|
} |
|
|
|
|
|
.modal { |
|
|
padding: 24px; |
|
|
border: 1px solid #ddd; |
|
|
border-radius: 12px; |
|
|
background-color: #fff; |
|
|
box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.25); |
|
|
} |
|
|
|
|
|
.modal-title { |
|
|
font-size: 18px; |
|
|
font-weight: bold; |
|
|
margin-bottom: 12px; |
|
|
} |
|
|
|
|
|
.modal-close { |
|
|
position: absolute; |
|
|
top: 16px; |
|
|
right: 16px; |
|
|
font-size: 24px; |
|
|
cursor: pointer; |
|
|
} |
|
|
|
|
|
.modal-buttons { |
|
|
display: flex; |
|
|
align-items: center; |
|
|
justify-content: center; |
|
|
margin-top: 48px; |
|
|
} |
|
|
|
|
|
.modal-buttons button { |
|
|
padding: 12px 24px; |
|
|
font-size: 18px; |
|
|
border: none; |
|
|
border-radius: 5px; |
|
|
background-color: #48bb78; |
|
|
color: #fff; |
|
|
margin-right: 12px; |
|
|
} |
|
|
|
|
|
.modal-buttons button:hover { |
|
|
cursor: pointer; |
|
|
} |
|
|
|
|
|
.modal-danger { |
|
|
background-color: #e53e3e; |
|
|
} |
|
|
|
|
|
.modal-warning { |
|
|
background-color: #fbbf24; |
|
|
} |
|
|
|
|
|
.modal-success { |
|
|
background-color: #51cbce; |
|
|
} |
|
|
|
|
|
.modal-cancel { |
|
|
background-color: #c6c6c6; |
|
|
} |
|
|
|
|
|
.load-truncate { |
|
|
display: inline; |
|
|
overflow: hidden; |
|
|
text-overflow: ellipsis; |
|
|
white-space: nowrap; |
|
|
} |
|
|
|
|
|
.load-circles { |
|
|
display: flex; |
|
|
flex-direction: column; |
|
|
width: 80px; |
|
|
margin: auto; |
|
|
} |
|
|
|
|
|
.load-circles:before, .load-circles:after { |
|
|
content: ""; |
|
|
display: block; |
|
|
width: 20px; |
|
|
height: 20px; |
|
|
border-radius: 20px; |
|
|
background-color: #333; |
|
|
} |