Skip to content

Commit

Permalink
Deploy to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
baenat committed Jun 28, 2024
0 parents commit 5e4a7ab
Show file tree
Hide file tree
Showing 14 changed files with 884 additions and 0 deletions.
Binary file added assets/images/spotify-logo-inicio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/spotify-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
77 changes: 77 additions & 0 deletions assets/styles/table.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@

@import "./variables.scss";

.table {
width: 100%;
text-align: left;
table-layout: fixed;
border-collapse: collapse;

.play {
color: $color-primary;
font-size: 1.2rem;
}

.executando {
background-color: $color-white;
padding: 8px;
box-shadow: 0px 0px 15px -11px rgba($color-primary, 1);
border: 1px solid $color-primary;

td {
color: $color-primary;
}
}

thead th{
font-size: 1.5rem;
font-weight: 600;
color: $color-dark-transparent-30;
}

th, td {
padding-right: 20px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

&:nth-child(1){
padding-left: 10px;
}
}

tr {
&:hover {
cursor: pointer;

td {
color: $color-primary;
}
}

td {
padding: 10px 20px 10px 0px;
margin-top: 10px;
font-weight: 500;
font-size: 1.5rem;
color: $color-dark-transparent-70;

&:nth-child(1){
padding-left: 10px;
}
}
}

.w{
@for $i from 1 to 10 {
$width: $i * 5;
&-#{ $width } {
width: #{ $width * 1% };
}
}
}

.right {
text-align: right;
}
}
11 changes: 11 additions & 0 deletions assets/styles/variables.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
$color-primary: #37ab00;
$color-secondary: #fbfef4;
$color-white: #fff;

$color-dark-transparent-70: #000000b3;
$color-dark-transparent-30: #0000004D;
$color-dark-transparent-20: #00000033;
$color-dark-transparent-03: #00000008;

$color-background: #fbfef4;
$color-background-dark: #0f0f0f;
763 changes: 763 additions & 0 deletions chunk-PEXLZCOG.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions chunk-RK2HGTX5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions chunk-VC6R3RSQ.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions chunk-WE7D6SMC.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions chunk-YA2VHLOV.js

Large diffs are not rendered by default.

Binary file added favicon.ico
Binary file not shown.
19 changes: 19 additions & 0 deletions index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions main-KRN6RBLK.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions polyfills-6EAL64PA.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions styles-OMDC2WQH.css

Large diffs are not rendered by default.

0 comments on commit 5e4a7ab

Please sign in to comment.