Skip to content

Commit

Permalink
add state
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcrb3 committed Jun 19, 2024
1 parent 965c972 commit 859a8ce
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 4 deletions.
18 changes: 16 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@

#title {
margin-left: 10% !important;
font-size: 0.9em;
font-size: 1em;
}

#layers2 {
Expand All @@ -547,7 +547,7 @@
}

.base {
font-size: 0.9em;
display: none;
}

#textForm {
Expand All @@ -564,6 +564,20 @@
top: 10px !important;
right: 10px;
}

/* Estil personalitzat per als inputs de color */
input[type="color"] {

width: 30px;
height: 15px;
border: none;
cursor: pointer;
border-radius: 6px;
margin-left: 5px;
margin-right: 5px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
/* Afegir ombra */
}
}
</style>

Expand Down
18 changes: 16 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@

#title {
margin-left: 10% !important;
font-size: 0.9em;
font-size: 1em;
}

#layers2 {
Expand All @@ -547,7 +547,7 @@
}

.base {
font-size: 0.9em;
display: none;
}

#textForm {
Expand All @@ -564,6 +564,20 @@
top: 10px !important;
right: 10px;
}

/* Estil personalitzat per als inputs de color */
input[type="color"] {

width: 30px;
height: 15px;
border: none;
cursor: pointer;
border-radius: 6px;
margin-left: 5px;
margin-right: 5px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
/* Afegir ombra */
}
}
</style>

Expand Down

0 comments on commit 859a8ce

Please sign in to comment.