Skip to content

Commit

Permalink
feat: adiciona grade
Browse files Browse the repository at this point in the history
  • Loading branch information
taciomedeiros committed Oct 30, 2024
1 parent 7a5ae77 commit f2f8635
Show file tree
Hide file tree
Showing 8 changed files with 3,131 additions and 1,711 deletions.
4,443 changes: 3,066 additions & 1,377 deletions package-lock.json

Large diffs are not rendered by default.

This file was deleted.

105 changes: 0 additions & 105 deletions src/components/devfest-cerrado-2022/schedule-section/schedule-card.tsx

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@
.card_container {
flex: 1;
border-radius: 8px;
flex-direction: row;
}

.card_label {
font-size: 0.75rem;
font-weight: 600;
margin: 0;
text-transform: uppercase;
border: 1px solid black;
border-radius: 4px;
padding: 2px 4px;
color: black
}

.card_content {
Expand Down Expand Up @@ -147,14 +159,30 @@
border-left: 5px solid rgba(250, 180, 158, 1);
}

.path_one_label {
background-color: rgba(250, 180, 158, 1);
}

.path_two_color {
border-left: 5px solid rgba(254, 255, 128, 1);
}

.path_two_label {
background-color: rgba(254, 255, 128, 1);
}

.path_three_color {
border-left: 5px solid rgba(255, 214, 100, 1);
}

.path_three_label {
background-color: rgba(255, 214, 100, 1);
}

.path_SPEED_color {
border-left: 5px solid rgb(128, 156, 255, 1);
}

.path_SPEED_label {
background-color: rgb(128, 156, 255, 1);
}
Loading

0 comments on commit f2f8635

Please sign in to comment.