creata card x visualizzazione prog
This commit is contained in:
@@ -1,6 +1,41 @@
|
||||
.prjCard {
|
||||
background-color: #D9D9D9;
|
||||
background-color: #fff;
|
||||
height: 4rem;
|
||||
border-radius: 1.2rem;
|
||||
width: 100%;
|
||||
}
|
||||
border-radius: 1.2rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-content: start;
|
||||
}
|
||||
.prjTime,
|
||||
.prjTotHour {
|
||||
padding: 0.5rem;
|
||||
font-size: 1.25rem;
|
||||
background-color: #304FFE;
|
||||
border-radius: 1.2rem;
|
||||
height: 100%;
|
||||
}
|
||||
.prjContent {
|
||||
font-size: 1rem;
|
||||
color: #000;
|
||||
text-align: start;
|
||||
padding-left: 0.5rem;
|
||||
}
|
||||
.prjContent .fase {
|
||||
font-size: 0.85rem;
|
||||
color: rgba(128, 128, 128, 0.8);
|
||||
}
|
||||
.prjContent .group {
|
||||
font-weight: bold;
|
||||
}
|
||||
.prjContent .desc {
|
||||
display: inline-block;
|
||||
word-break: break-word;
|
||||
}
|
||||
.up {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
/*
|
||||
.prjContent .group {
|
||||
}*/
|
||||
@@ -1,6 +1,48 @@
|
||||
.prjCard{
|
||||
background-color: #D9D9D9;
|
||||
.prjCard {
|
||||
background-color: #fff;
|
||||
height: 4rem;
|
||||
border-radius: 1.2rem;
|
||||
width: 100%;
|
||||
border-radius: 1.2rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-content: start;
|
||||
}
|
||||
|
||||
.prjTime, .prjTotHour {
|
||||
padding: 0.5rem;
|
||||
font-size: 1.25rem;
|
||||
background-color: #304FFE;
|
||||
border-radius: 1.2rem;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.prjContent{
|
||||
font-size: 1rem;
|
||||
color: #000;
|
||||
text-align: start;
|
||||
padding-left: 0.5rem;
|
||||
}
|
||||
|
||||
.prjContent .fase {
|
||||
font-size: 0.85rem;
|
||||
color: rgba(128, 128, 128, 0.8)
|
||||
}
|
||||
|
||||
.prjContent .group {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.prjContent .desc {
|
||||
display: inline-block;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.up {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
/*
|
||||
.prjContent .group {
|
||||
}*/
|
||||
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
.prjCard{background-color:#d9d9d9;height:4rem;border-radius:1.2rem;width:100%;}
|
||||
.prjCard{background-color:#fff;height:4rem;width:100%;border-radius:1.2rem;display:flex;justify-content:space-between;align-content:start;}.prjTime,.prjTotHour{padding:.5rem;font-size:1.25rem;background-color:#304ffe;border-radius:1.2rem;height:100%;}.prjContent{font-size:1rem;color:#000;text-align:start;padding-left:.5rem;}.prjContent .fase{font-size:.85rem;color:rgba(128,128,128,.8);}.prjContent .group{font-weight:bold;}.prjContent .desc{display:inline-block;word-break:break-word;}.up{display:flex;justify-content:space-between;}
|
||||
@@ -1,11 +1,25 @@
|
||||
@using GPW.CORE.Data.DbModels
|
||||
@using GPW.CORE.Smart.Data
|
||||
|
||||
|
||||
<div>
|
||||
<div class="prjCard">
|
||||
ciao
|
||||
@for (int i = 0; i < 5; i++)
|
||||
{
|
||||
<div class="pt-2">
|
||||
<div class="prjCard">
|
||||
<div class="up">
|
||||
<div class="prjTime">
|
||||
<div>08:10</div>
|
||||
<div>10:10</div>
|
||||
</div>
|
||||
<div class="prjContent">
|
||||
<div class="group">EgalwSW</div>
|
||||
<div class="fase">Sviluppo</div>
|
||||
<div class="desc">Aggiunte nuove funzionalità</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="prjTotHour">2:00</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user