Added Room nights invested flosheet link

This commit is contained in:
sairaj mote 2023-05-03 00:44:26 +05:30
parent e653ccd5ba
commit 5d54125ea6
4 changed files with 52 additions and 18 deletions

View File

@ -61,6 +61,10 @@ strong {
flex-direction: column; flex-direction: column;
} }
.flex-wrap {
flex-wrap: wrap;
}
.grid { .grid {
display: grid; display: grid;
} }
@ -93,6 +97,12 @@ strong {
justify-content: center; justify-content: center;
} }
.wrap-around {
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
}
header { header {
padding: 1.5rem 1rem; padding: 1.5rem 1rem;
justify-content: space-between; justify-content: space-between;
@ -101,7 +111,7 @@ header {
main { main {
display: grid; display: grid;
gap: 1rem; gap: 1rem;
padding: 1.5rem max(1rem, 6vw); padding: 1rem;
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr)); grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
} }
@ -124,7 +134,7 @@ main {
.app { .app {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding: max(1.5rem, 3vw); padding: max(1rem, 3vw);
background-color: rgba(var(--foreground-color), 1); background-color: rgba(var(--foreground-color), 1);
border-radius: 0.5rem; border-radius: 0.5rem;
gap: 1rem; gap: 1rem;

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -57,6 +57,9 @@ strong {
.flex-direction-column { .flex-direction-column {
flex-direction: column; flex-direction: column;
} }
.flex-wrap {
flex-wrap: wrap;
}
.grid { .grid {
display: grid; display: grid;
} }
@ -82,6 +85,11 @@ strong {
.justify-content-center { .justify-content-center {
justify-content: center; justify-content: center;
} }
.wrap-around {
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
}
header { header {
padding: 1.5rem 1rem; padding: 1.5rem 1rem;
@ -90,7 +98,7 @@ header {
main { main {
display: grid; display: grid;
gap: 1rem; gap: 1rem;
padding: 1.5rem max(1rem, 6vw); padding: 1rem;
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr)); grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
} }
#main_banner { #main_banner {
@ -110,7 +118,7 @@ main {
.app { .app {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding: max(1.5rem, 3vw); padding: max(1rem, 3vw);
background-color: rgba(var(--foreground-color), 1); background-color: rgba(var(--foreground-color), 1);
border-radius: 0.5rem; border-radius: 0.5rem;
gap: 1rem; gap: 1rem;

View File

@ -279,6 +279,7 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
<p>*Look at FLO Sheet section for source data</p>
</div> </div>
<div class="app"> <div class="app">
<div class="app__icon"> <div class="app__icon">
@ -432,19 +433,34 @@
Information on tokens granted to customers Information on tokens granted to customers
</li> </li>
</ul> </ul>
<a href="https://ranchimall.github.io/flologsheet/#/sheet_view?id=FCQGmiQbyDw3hcxqDfA9Kh4pQ8h43z1tH8" <div class="flex flex-wrap gap-0-5" style="margin-top: auto;">
target="_blank" class="ext-link"> <a href="https://ranchimall.github.io/flologsheet/#/sheet_view?id=FRv5cfPMLkRqXmpGX7b1ey3USxm8c4rHGD"
Check customer tokens target="_blank" class="ext-link">
<svg class="icon" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" Room nights invested
viewBox="0 0 24 24" width="24px" fill="#000000"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px"
<g> viewBox="0 0 24 24" width="24px" fill="#000000">
<rect fill="none" height="24" width="24" /> <g>
</g> <rect fill="none" height="24" width="24" />
<g> </g>
<polygon points="6,6 6,8 14.59,8 5,17.59 6.41,19 16,9.41 16,18 18,18 18,6" /> <g>
</g> <polygon points="6,6 6,8 14.59,8 5,17.59 6.41,19 16,9.41 16,18 18,18 18,6" />
</svg> </g>
</a> </svg>
</a>
<a href="https://ranchimall.github.io/flologsheet/#/sheet_view?id=FCQGmiQbyDw3hcxqDfA9Kh4pQ8h43z1tH8"
target="_blank" class="ext-link">
Room nights consumed
<svg class="icon" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px"
viewBox="0 0 24 24" width="24px" fill="#000000">
<g>
<rect fill="none" height="24" width="24" />
</g>
<g>
<polygon points="6,6 6,8 14.59,8 5,17.59 6.41,19 16,9.41 16,18 18,18 18,6" />
</g>
</svg>
</a>
</div>
</div> </div>
<div class="app"> <div class="app">
<div class="app__icon"> <div class="app__icon">