2023-01-29 15:02:40 +00:00
|
|
|
.container {
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
overflow-x: scroll;
|
|
|
|
|
padding: 1rem;
|
|
|
|
|
}
|
2023-01-26 05:13:41 +00:00
|
|
|
|
2023-01-29 15:02:40 +00:00
|
|
|
.line {
|
|
|
|
|
padding: 0.1rem 0;
|
|
|
|
|
}
|
2023-01-26 05:13:41 +00:00
|
|
|
|
2023-01-29 15:02:40 +00:00
|
|
|
.bg-turquoise-light {
|
|
|
|
|
background-color: #d9f4ef;
|
|
|
|
|
}
|
2023-01-26 05:13:41 +00:00
|
|
|
|
2023-01-29 15:02:40 +00:00
|
|
|
.bg-blue-light {
|
|
|
|
|
background-color: #d9edff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flex-row {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gap-2 {
|
|
|
|
|
gap: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.no-decoration {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
text-decoration-line: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.no-decoration:hover{
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
text-decoration-line: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-xxs {
|
|
|
|
|
font-size: 0.65rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.py-2 {
|
|
|
|
|
padding-top: 2px;
|
|
|
|
|
padding-bottom: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-gray {
|
|
|
|
|
color: #919191;
|
|
|
|
|
}
|