Prospects Page

This commit is contained in:
Andre Beging
2022-04-02 15:28:45 +02:00
parent efa27a2122
commit 51088460b4
6 changed files with 242 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
::deep a,
::deep a.invert:hover{
color: #64ae24;
}
::deep a.invert,
::deep a:hover {
color: #533a20;
}
.green {
color: #64ae24;
}
.pc-main {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
min-width: 350px;
border: 1px solid #533a20;
border-radius: 15px;
margin: 5px;
padding: 16px;
}
.complete {
background: #76ff003b;
}