Compare commits
2 Commits
b19e00d98f
...
a3bcfc7cf7
Author | SHA1 | Date | |
---|---|---|---|
|
a3bcfc7cf7 | ||
|
140d4689fe |
@ -108,17 +108,9 @@ export const ProjectTicket = ({ project, index }) => {
|
||||
</div>
|
||||
</Link>
|
||||
|
||||
{/* <Link
|
||||
to={`/profile/statistics/${project.id}`}
|
||||
className="project__statistics"
|
||||
>
|
||||
<Link to={`/profile/statistics/${project.id}`} className="project-stats">
|
||||
Посмотреть статистику
|
||||
</Link> */}
|
||||
|
||||
<span className="project-stats" onClick={() => {}}>
|
||||
Просмотреть <br />
|
||||
статистику проекта
|
||||
</span>
|
||||
</Link>
|
||||
|
||||
<span
|
||||
className="menu-settings"
|
||||
|
@ -3,7 +3,7 @@
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
width: 22%;
|
||||
height: 170px;
|
||||
height: 140px;
|
||||
background: #f1f1f1;
|
||||
border-radius: 12px;
|
||||
|
||||
@ -90,7 +90,7 @@
|
||||
color: #678eda;
|
||||
position: absolute;
|
||||
left: 18px;
|
||||
bottom: 10px;
|
||||
bottom: 16px;
|
||||
}
|
||||
|
||||
.menu-settings {
|
||||
|
@ -130,7 +130,6 @@
|
||||
row-gap: 30px;
|
||||
display: none;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
@media (max-width: 785px) {
|
||||
row-gap: 25px;
|
||||
@ -163,7 +162,7 @@
|
||||
|
||||
.create-project-btn {
|
||||
width: 22%;
|
||||
height: 170px;
|
||||
height: 140px;
|
||||
border-radius: 12px;
|
||||
background: #ecf8e5;
|
||||
color: #000000;
|
||||
@ -191,6 +190,10 @@
|
||||
img {
|
||||
margin: 0 20px 0 0;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user