lensdegen-dao
Version:
321 lines (273 loc) • 5.05 kB
CSS
nav{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin: 40px 80px 40px;
}
nav .profile{
display: flex;
align-items: center;
gap: 14px;
}
fieldset{
position: relative;
display: flex;
width: 800px;
height: 672px;
margin: auto;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
border: none;
margin-bottom: 50px;
}
.content{
margin: 40px 40px 24px 40px;
width: 100%;
}
.task{
display: flex;
flex-direction: column;
gap: 16px;
}
.titlecta{
display: flex;
justify-content: space-between;
width: 100%;
align-items: center;
}
.title{
display: flex;
flex-direction: column;
gap: 10px;
}
.cta{
display: inline-flex;
background-color: orangered;
padding: 12px 15px;
border-radius: 60px;
gap: 8px;
}
.filter{
display: flex;
justify-content: space-between;
align-items: center;
}
.dropdown{
display: flex;
border: 1px solid #FF5F26;
padding: 10px 14px;
border-radius: 50px;
gap: 10px;
}
.isitask{
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 16px;
}
.frame49{
display: flex;
align-items: flex-start;
gap: 14px;
}
.productdesign{
display: flex;
justify-content: space-between;
width: 100%;
}
.judultask1{
display: flex;
flex-direction: column;
gap: 8px;
}
.judul-keterangan1{
display: flex;
gap: 16px;
align-items: center;
}
.judul-1{
font-size: 18px;
}
.date1{
font-size: 12px;
padding: 8px 12px;
border-radius: 50px;
width: 66px;
height: 28px;
line-height: 100%;
}
.detail-keterangan1{
font-size: 14px;
}
.judul-subtask{
font-size: 16px;
}
.btn-tambah{
font-size: 12px;
color: #FF5F26;
}
.arrow-down1{
display: flex;
width: 24px;
height: 24px;
padding: 7px 6px;
justify-content: center;
align-items: center;
flex-shrink: 0;
}
.sub-task{
width: 100%;
background-color: #F5F5F5;
border-radius: 8px;
}
.nav-subtask{
display: flex;
justify-content: space-between;
margin: 16px 16px;
}
.btn-subtask{
display: inline-flex;
flex-direction: row;
align-items: center;
gap: 10px;
border: 1px solid #9E9E9E;
border-radius: 50px;
padding: 6px 10px;
background-color: #FFFFFF;
}
.list-subtask{
display: flex;
flex-direction: column;
margin: 16px 16px;
gap: 10px;
}
.list-subtask1{
display: flex;
justify-content: space-between;
width: 100%;
align-items: center;
}
.judul-subtask1{
display: flex;
gap: 14px;
align-items: center;
}
.list-subtask2{
display: flex;
justify-content: space-between;
width: 100%;
align-items: center;
}
.judul-subtask2{
display: flex;
gap: 14px;
align-items: center;
}
.list-subtask3{
display: flex;
justify-content: space-between;
width: 100%;
align-items: center;
}
.judul-subtask3{
display: flex;
gap: 14px;
align-items: center;
}
.list-subtask4{
display: flex;
justify-content: space-between;
width: 100%;
align-items: center;
}
.judul-subtask4{
display: flex;
gap: 14px;
align-items: center;
}
.development{
display: flex;
justify-content: space-between;
width: 100%;
}
.frame49-2{
display: inline-flex;
align-items: center;
gap: 14px;
}
.judul-keterangan2{
display: flex;
align-items: center;
gap: 16px;
}
.judul-2{
font-size: 18px;
}
.date-2{
padding: 8px 12px;
border-radius: 50px;
width: 97px;
height: 28px;
font-size: 12px;
line-height: 100%;
}
.arrow-down2{
display: flex;
width: 24px;
height: 24px;
padding: 7px 6px;
justify-content: center;
align-items: center;
flex-shrink: 0;
}
.launching{
display: flex;
justify-content: space-between;
width: 100%;
}
.frame49-3{
display: inline-flex;
align-items: center;
gap: 14px;
}
.judul-keterangan3{
display: flex;
align-items: center;
gap: 16px;
}
.judul-3{
font-size: 18px;
}
.date-3{
font-size: 12px;
padding: 8px 12px;
border-radius: 50px;
width: 99px;
height: 28px;
line-height: 100%;
}
.arrow-down3{
display: flex;
width: 24px;
height: 24px;
padding: 7px 6px;
justify-content: center;
align-items: center;
flex-shrink: 0;
}
.stroke{
position: absolute;
top: 580px;
left: 40px;
margin-top: 16px;
}
.footer{
position: absolute;
display: inline-flex;
align-items: center;
gap: 8px;
top: 584px;
left: 40px;
bottom: 24px;
margin-top: 16px;
}