Created project view

This commit is contained in:
Alexandre Bourlier
2018-04-23 16:35:00 +02:00
parent 4fd629a21b
commit 44fe4b91f9
7 changed files with 58 additions and 182 deletions

View File

@ -18,74 +18,3 @@
}
}
}
.miniature {
padding: 10px;
display: flex;
flex-direction: column;
background-color: #eee;
margin: 10px;
border: 1px solid #ddd;
border-radius: 3px 3px 15px 15px;
/* border-radius: 15px 15px 3px 3px; */
transition: all .3s;
}
.miniature:hover {
box-shadow: 0 0 12px rgba(51, 51, 51, .2);
cursor: pointer;
}
.miniature .picture {
width: 150px;
display: block;
/* border-radius: 50%; */
}
.miniature .name {
padding-top: 15px;
text-align: center;
font-size: 20px;
}
/* Profil Modal */
#profileDiv {
position: fixed;
top: 0;
bottom: 0;
width: 100%;
background-color: rgba(51, 51, 51, 0.8);
display: none;
justify-content: center;
align-items: center;
z-index: 1100;
}
#profileDetail {
background-color: white;
padding: 10px;
border: 1px solid #ddd;
border-radius: 3px 3px 15px 15px;
}
.profile-content {
padding: 10px;
text-align: center;
}
.profile-content ldp-display-div {
display: flex;
flex-direction: column;
}
#profileDetail .picture {
width: 300px;
height: 300px;
border-radius: 50%;
}
#profileDetail .name {
font-size: 24px;
color: aqua;
}

View File

@ -1,68 +1,9 @@
#projectLeftCol, #projectRightCol {
display: flex;
#project-detail {
display: block;
padding-top: 10px;
div[name="label"] {
display: flex;
font-weight: bold;
}
}
#projectLeftCol {
/* float: left; */
padding-left: 0;
}
#projectRightCol {
/* float: right; */
/* padding: 0; */
border: 1px solid;
}
#projectTitle {
display: block;
max-width: fit-content;
/* pourquoi de la marge à droite ? */
}
#projectTitle>ldp-display-div {
font-size: 2.5rem;
line-height: 1.1;
font-weight: 400;
margin-bottom: 20px;
font-family: 'Righteous', cursive;
display: inline-block;
position: relative
}
/* Fait office de "text-decoration-line: underline" */
/* #projectTitle>.title::after { */
#projectTitle>ldp-display-div::after {
content: "";
background: #292A2B;
position: absolute;
bottom: 2px;
width: 100%;
height: 4px;
}
#projectDetail .income-div, #projectDetail .quotation-div {
display: flex;
}
.chat-box {
border: 1px solid #FCC721;
width: inherit;
/* max-width: 1000px; */
display: flex;
overflow: hidden;
}
#projectDivBackButton {
height: fit-content;
}
/* TEST */
/* #projectDetail .project-title {
background-color: plum;
}
#projectDetail .right-panel {
background-color: chartreuse;
} */

View File

@ -12,5 +12,5 @@
@import "member";
@import "groupsList";
@import "project";
@import "projects-list";
@import "projects";
@import "dashboard";