Skip to content

Commit 251938c

Browse files
AnthonytorreroAnthonytorrero
authored andcommitted
Fixing bug for download and upload projects
1 parent 656e2fb commit 251938c

File tree

1 file changed

+38
-28
lines changed

1 file changed

+38
-28
lines changed

app/src/Dashboard/styles.css

Lines changed: 38 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,47 @@ $light-blue: #759cc9;
1010
$button-blue: #24BCFF; */
1111

1212

13-
.form , .project{
14-
width: 22vw;
15-
height: 38vh;
16-
background:white;
17-
margin: 1% 1%;
18-
border-radius: 5px;
13+
/* .project{
14+
display: flex;
15+
flex-direction: column;
16+
background-color: white;
1917
color: #606f7b;
2018
align-items: center;
21-
height: 40vh;
22-
/* justify-content: min; */
23-
width: 30%;
24-
/* overflow: scroll; */
19+
height: 300px;
20+
justify-content: min;
21+
width: 250px;
22+
} */
23+
24+
.project {
25+
display: flex;
26+
flex-direction: column;
27+
align-items: stretch;
28+
margin: 5px;
29+
border: 1px solid #f0f0f0;
30+
border-radius: 5px;
31+
box-shadow: 0 0 5px rgba(0,0,0,0.3);
32+
height: 500px;
33+
width: 400px;
34+
justify-content: space-between;
2535
}
2636

2737

38+
/* .form , .project{
39+
display: flex;
40+
flex-direction: column;
41+
background-color: white;
42+
border: 1px solid #f0f0f0;
43+
box-shadow: 0 0 5px rgba(0,0,0,0.3);
44+
margin: 5px;
45+
border-radius: 5px;
46+
color: #606f7b;
47+
align-items: center;
48+
height: 300px;
49+
justify-content: min;
50+
width: 250px;
51+
} */
52+
53+
2854
.dashboardContainer {
2955
/* overflow: scroll; */
3056
height: 100%;
@@ -38,15 +64,6 @@ $button-blue: #24BCFF; */
3864
overflow-y: scroll;
3965
}
4066

41-
.project {
42-
display: flex;
43-
flex-direction: column;
44-
align-items: stretch;
45-
height: 500px;
46-
width: 400px;
47-
justify-content: space-between;
48-
}
49-
5067
.projectInfo {
5168
text-align: center;
5269
}
@@ -57,15 +74,8 @@ $button-blue: #24BCFF; */
5774
overflow-y: scroll;
5875
}
5976

60-
61-
62-
.commentButton{
63-
/* float: right; */
64-
/* top: 22%;
65-
right: 5%;
66-
position: absolute; */
67-
padding-top: 2%;
68-
padding-bottom: 2%;
77+
.commentBtn {
78+
color: #bebebed8;
6979
}
7080

7181
.comment {

0 commit comments

Comments
 (0)