Skip to content

Commit

Permalink
Feat/new noti (#228)
Browse files Browse the repository at this point in the history
* insercao da rota da  agenda

* troquei a ordem na navbar, inseri censo e redirecionei botao da landing

* extract common tasks aliases

* trocando as cores do pgtrs como sugerido pela petrobras e atualizando textos nos municipios

* inserindo cor=andamento (#FE8330) e unidades para Arraial do Cabo

* inserindo as unidades em Cabo Frio

* formatter...

---------

Co-authored-by: Zoey de Souza Pessanha <[email protected]>
  • Loading branch information
Annabell and zoedsoupe authored Oct 3, 2024
1 parent fdffde0 commit 69597a2
Show file tree
Hide file tree
Showing 3 changed files with 235 additions and 42 deletions.
2 changes: 1 addition & 1 deletion assets/css/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ footer {
footer {
@apply absolute;
}
}
}
24 changes: 12 additions & 12 deletions assets/css/pgtr.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
gap: 56px;
padding: 80px 40px;
width: 100vw;

img {
object-fit: cover;
width: 50%;
max-width: 668px;
max-height: 440px;
border-radius: 16px;
}

.content-pgtr {
display: flex;
flex-direction: column;
Expand All @@ -24,7 +24,7 @@
margin-bottom: 20px;
}
}

@media (min-width: 328px) and (max-width: 1024px) {
flex-direction: column;
align-items: center;
Expand All @@ -37,7 +37,7 @@
}

.content-pgtr {
width: 100vw;
width: 100vw;
padding: 0px 20px;
margin-top: 40px;
}
Expand Down Expand Up @@ -117,7 +117,7 @@

.accordion-label {
margin-top: 20px;

.text-blue-100 {
transform: rotate(180deg);
}
Expand All @@ -129,7 +129,7 @@
width: 100%;
gap: 20px;
padding: 10px 25px;
transition: max-height 0.3s ease-out;
transition: max-height 0.3s ease-out;

hr {
height: 1px;
Expand Down Expand Up @@ -157,21 +157,21 @@
}

.status-pending {
background-color: #E7E7E7;
color: #404040;
background-color: #ff0000;
color: #FFFFFF;
padding: 6px 12px;
border-radius: 4px;
}

.status-in-progress {
background-color: #00B464;
background-color: #fe8330;
color: #FFFFFF;
padding: 6px 12px;
border-radius: 4px;
}

.status-done{
background-color: #EEB61F;
background-color: #00B464;
color: #FFFFFF;
padding: 6px 12px;
border-radius: 4px;
Expand Down Expand Up @@ -205,11 +205,11 @@

.accordion {
padding: 10px 40px;

.accordion-bx {
width: auto;
}
}
}
}
}
}
Loading

0 comments on commit 69597a2

Please sign in to comment.