Correção de de erros

This commit is contained in:
2026-03-14 15:48:13 -03:00
parent b61b704af7
commit f4223fae6d
7 changed files with 85 additions and 361 deletions

View File

@@ -27,7 +27,6 @@ h3 {
padding-left: 20px;
font-size: 38px;
margin: 0;
font-family: 'Poppins', sans-serif;
font-weight: normal;
}
@@ -42,7 +41,6 @@ h3 {
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
#calendario {
@@ -51,35 +49,28 @@ h3 {
display: flex;
flex-direction: column;
gap: 16px;
overflow: hidden;
}
.calendariotop {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
}
#mes {
color: white;
font-size: 22px;
font-family: "Poppins", sans-serif;
font-weight: 600;
letter-spacing: 0.02em;
}
.mes {
flex: 1;
}
.calendarseta {
display: flex;
gap: 8px;
}
.prox, .ant {
appearance: none;
.prox,
.ant {
border: none;
background: none;
color: white;
@@ -88,13 +79,13 @@ h3 {
border-radius: 50%;
cursor: pointer;
font-size: 18px;
line-height: 1;
display: grid;
place-items: center;
transition: background 0.2s ease;
}
.prox:hover, .ant:hover {
.prox:hover,
.ant:hover {
background: rgba(255, 255, 255, 0.15);
}
@@ -106,7 +97,6 @@ h3 {
.calendariodia th,
.calendariodia td {
color: rgb(255, 255, 255);
text-align: center;
padding: 5px 0;
font-size: 12px;
@@ -119,6 +109,7 @@ h3 {
}
.calendariodia td {
color: white;
border-radius: 50%;
width: 24px;
height: 24px;
@@ -126,6 +117,7 @@ h3 {
vertical-align: middle;
}
/* bolinha abaixo do dia */
.calendariodia td::after {
content: "";
width: 6px;
@@ -136,7 +128,6 @@ h3 {
bottom: -4px;
left: 50%;
transform: translateX(-50%);
opacity: 1;
}
/* COR DOS DIAS DE OUTRO MÊS (CORRIGIDO) */