Skip to content

Commit

Permalink
feat: ajustes de estilos
Browse files Browse the repository at this point in the history
  • Loading branch information
paddybalinia committed Aug 10, 2023
1 parent 39179db commit 3b0a2fd
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 3 deletions.
19 changes: 18 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,16 @@
width: 100vw
}

.splash__icon {
height: auto;
margin: 0 0 30px;
width: 90px
}

.splash__span {
display: block
display: block;
font-size: 36px;
margin: 0 0 5px
}
</style>

Expand All @@ -159,6 +167,15 @@
<body>
<div class="splash">
<h2 class="splash__title">
<svg class="splash__icon" width="512" height="512" viewBox="0 0 512 512" fill="none">
<path
d="M193 33.5002C184.7 35.2002 181 36.6002 181 38.2002C181 38.9002 192.1 50.6002 205.7 64.2002L230.5 89.0002L225.1 105.2C222.2 114.2 219.3 122 218.6 122.6C218 123.3 210.2 126.2 201.2 129.1L185 134.5L160.2 109.7C146.6 96.1002 134.9 85.0002 134.2 85.0002C131 85.0002 127.5 102.9 128.3 116C129.5 136.8 137.4 154.3 152 168.8C172.2 188.7 200.5 196.1 229 188.9L237.3 186.8L332.4 281.8C423.2 372.4 427.8 376.9 433.3 378.9C440.4 381.5 449.7 381.7 456.6 379.3C463.3 377 473 367.3 475.3 360.6C477.7 353.7 477.5 344.4 474.9 337.3C472.9 331.8 468.4 327.2 377.8 236.4L282.8 141.3L284.9 133C291.6 106.3 285.7 80.1002 268.5 59.9002C250.2 38.4002 220.3 28.0002 193 33.5002Z"
fill="white" />
<path
d="M92.2 247.9C81 254.4 71.1 260.4 70.3 261.3C67.7 263.9 68.4 267.9 73.8 280.3L78.9 292L74.2 299.3C71.6 303.3 68.2 309.4 66.6 312.8C64.4 317.4 63.1 319 61.6 319C60.4 319.1 54.3 319.7 48 320.5C31.1 322.5 32 320.7 32 352C32 383.3 31.1 381.5 48 383.5C54.3 384.3 60.5 384.9 61.6 385C63.2 385 64.3 386.3 66 390.2C67.2 393.1 70.6 399.2 73.6 403.7L78.9 412L73.8 423.7C68.6 435.8 67.7 439.8 69.9 442.4C70.6 443.2 80.6 449.3 92 455.9C106.4 464.3 113.9 468 116 468C119.7 468 121.1 466.6 129.9 454.4L136.2 445.5H152H167.7L174.1 454.4C182.9 466.6 184.3 468 188 468C190.2 468 197.5 464.3 212 456C223.4 449.4 233.3 443.3 234 442.5C236.2 439.9 235.3 435.4 230.2 423.7L225 411.9L229 405.9C231.3 402.7 234.6 396.7 236.6 392.7L240 385.5L253.7 383.9C273.2 381.5 272 383.7 272 352C272 320.3 273.2 322.4 253.8 320.2L240.2 318.7L237.4 312.6C235.8 309.3 232.4 303.3 229.8 299.3L225.1 292L230.2 280.3C235.5 268.2 236.3 264.2 234.1 261.6C233.4 260.7 223.4 254.6 212 248C197.5 239.7 190.2 236 188 236C184.3 236 182.9 237.4 174.1 249.6L167.8 258.5H152H136.2L129.9 249.6C126.4 244.8 122.5 239.7 121.3 238.4C117.3 234.1 114.3 235 92.2 247.9ZM163.5 305.5C189.1 312.2 205 338.4 198.5 363.3C191.8 389.1 165.6 405 140.7 398.5C115 391.8 99 365.6 105.5 340.7C112.2 314.9 138.4 299 163.5 305.5Z"
fill="white" />
</svg>

<span class="splash__span">En construcción</span> Vuelve pronto.
</h2>
</div>
Expand Down
2 changes: 0 additions & 2 deletions static/src/css/errors.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,10 @@ input {
height: 100vh;
width: 100vw;
}

.error__span {
display: block;
font-size: 108px;
}

.error__span:after {
content: "";
display: block;
Expand Down
1 change: 1 addition & 0 deletions static/src/css/partials/errors.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
}
.error__span {
display: block;
font-size: 108px;
}
.error__span:after {
content: "";
Expand Down
7 changes: 7 additions & 0 deletions static/src/css/partials/splash.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
height: 100vh;
width: 100vw;
}
.splash__icon {
height: auto;
margin: 0 0 30px;
width: 90px;
}
.splash__span {
display: block;
font-size: 36px;
margin: 0 0 5px;
}
7 changes: 7 additions & 0 deletions static/src/css/style-inline.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ input {
height: 100vh;
width: 100vw;
}
.splash__icon {
height: auto;
margin: 0 0 30px;
width: 90px;
}
.splash__span {
display: block;
font-size: 36px;
margin: 0 0 5px;
}
7 changes: 7 additions & 0 deletions static/src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
height: 100vh;
width: 100vw;
}
.splash__icon {
height: auto;
margin: 0 0 30px;
width: 90px;
}
.splash__span {
display: block;
font-size: 36px;
margin: 0 0 5px;
}
1 change: 1 addition & 0 deletions static/src/scss/partials/errors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

&__span {
display: block;
font-size: 108px;

&:after {
content: "";
Expand Down
8 changes: 8 additions & 0 deletions static/src/scss/partials/splash.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@
height: 100vh;
width: 100vw;

&__icon {
height: auto;
margin: 0 0 30px;
width: 90px;
}

&__span {
display: block;
font-size: 36px;
margin: 0 0 5px;
}
}

0 comments on commit 3b0a2fd

Please sign in to comment.