front_foundation #5
@ -199,9 +199,6 @@ const cancelEdit = (index: number) => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
@import "@/components/canvas/style-project.css";
|
@import "@/components/canvas/style-project.css";
|
||||||
|
|
||||||
#marque {
|
|
||||||
|
|
||||||
}
|
|
||||||
.cell {
|
.cell {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -223,13 +220,15 @@ const cancelEdit = (index: number) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cell h3 {
|
.cell h3 {
|
||||||
font-size: 20px;
|
font-size: 25px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
font-family: 'Arial', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cell p {
|
.p {
|
||||||
font-size: 14px;
|
font-size: 25px;
|
||||||
color: #666;
|
color: #666;
|
||||||
|
font-family: 'Arial', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.expanded {
|
.expanded {
|
||||||
@ -270,7 +269,6 @@ const cancelEdit = (index: number) => {
|
|||||||
.edit-input {
|
.edit-input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-size: 16px;
|
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
@ -135,6 +135,7 @@ onMounted(() => fetchEntrepreneurs(props.projectId, IS_MOCK_MODE));
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
transition: background-color 0.2s ease;
|
transition: background-color 0.2s ease;
|
||||||
|
font-family: Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.return-button:hover,
|
.return-button:hover,
|
||||||
@ -142,6 +143,7 @@ onMounted(() => fetchEntrepreneurs(props.projectId, IS_MOCK_MODE));
|
|||||||
background-color: #007bad;
|
background-color: #007bad;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.contact-dropdown {
|
.contact-dropdown {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 100%;
|
top: 100%;
|
||||||
@ -177,5 +179,4 @@ onMounted(() => fetchEntrepreneurs(props.projectId, IS_MOCK_MODE));
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user