1
1
/* @import url('https://fonts.googleapis.com/css2?family=Cabin&family=Oswald&display=swap');
2
2
3
3
4
+
4
5
$primary-black: #22292f;
5
6
$secondary-black: #606f7b;
6
7
$teriary-grey: #f0f0f0;
7
8
$light-grey: #bfcbd4;
8
9
$light-blue: #759cc9;
9
10
$button-blue: #24BCFF; */
10
-
11
+ body , html {
12
+ position : relative;
13
+ height : 100% ;
14
+ }
11
15
.form , .project {
12
- display : flex;
13
- flex-direction : column;
14
- background-color : white;
15
- border : 1px solid # f0f0f0 ;
16
- box-shadow : 0 0 5px rgba (0 , 0 , 0 , 0.3 );
17
- margin : 5px ;
16
+ width : 22vw ;
17
+ height : 38vh ;
18
+ background : white;
19
+ margin : 1% 1% ;
18
20
border-radius : 5px ;
19
- color : # 606f7b ;
20
- align-items : center;
21
- height : 35 vh ;
22
- /* justify-content: min; */
23
- width : 15 % ;
24
- overflow : scroll;
21
+ box-shadow : 0 0 5 px rgba ( 0 , 0 , 0 , 0.3 ) ;
22
+ text-align : center;
23
+ position : relative ;
24
+ border : 1 px solid # f0f0f0 ;
25
+ overflow : auto ;
26
+ /* border: 2px solid blue; */
25
27
}
26
28
27
- /* .dashboardContainer {
28
- display: grid;
29
- grid-template: auto / repeat(2, 1fr);
30
- } */
31
-
32
29
.formContainer , .projectContainer {
30
+ border-radius : 5px ;
31
+ width : 100vw ;
32
+ height : 40vh ;
33
+ position : relative;
34
+ margin : 0 auto;
35
+ overflow-y : scroll;
36
+ z-index : 5 ;
33
37
display : flex;
38
+ flex-direction : column-reverse;
34
39
flex-flow : row wrap;
40
+ justify-content : flex-start;
41
+ /* border: 2px solid red; */
35
42
}
36
43
37
- .project {
38
- position : relative;
39
- }
40
-
41
- .projectInfo {
42
- text-align : center;
44
+ .headers {
45
+ border : 1px solid black;
43
46
}
44
47
45
48
.commentArea {
46
- /* position: absolute; */
47
- bottom : 0 ;
48
- display : inline-block;
49
49
width : 100% ;
50
- height : 100 % ;
50
+ position : relative ;
51
51
text-align : center;
52
- /* height: 25%; */
53
- overflow : scroll;
54
52
overflow-x : hidden;
53
+ overflow-y : scroll;
54
+
55
+ /* border: 2px solid purple; */
55
56
}
56
57
57
58
.commentBox {
58
59
padding : 5% ;
59
60
width : 100% ;
60
- border : 1px solid transparent;
61
- /* vertical-align: middle; */
61
+ border : 1px solid # f0f0f0 ;
62
62
}
63
63
64
64
.commentButton {
65
- /* float: right; */
66
- top : 22% ;
65
+ top : 25% ;
67
66
right : 5% ;
68
67
position : absolute;
69
- padding-top : 2 % ;
70
- padding-bottom : 2 % ;
68
+ border : 1 px solid transparent ;
69
+ background-color : white ;
71
70
}
72
71
73
72
.renderedCom {
@@ -78,7 +77,7 @@ $button-blue: #24BCFF; */
78
77
position : absolute;
79
78
bottom : 0 ;
80
79
width : 100% ;
81
- border : 1 px solid # f0f0f0 ;
80
+ /* border: 2px solid green; */
82
81
}
83
82
84
83
.icons {
@@ -88,17 +87,13 @@ $button-blue: #24BCFF; */
88
87
align-items : center;
89
88
}
90
89
91
- /* .formContainer {
92
- display: flex;
93
- flex-direction: row;
94
- width: 100%;
95
- height: 100%;
90
+ h1 {
91
+ text-align : center;
96
92
}
97
93
98
- .projectContainer {
99
- display: flex;
100
- flex-direction: row;
101
- align-items: center;
102
- justify-content: center;
103
- width: 100%;
104
- } */
94
+ .deleteProject {
95
+ background-color : transparent;
96
+ position : absolute;
97
+ right : 0 ;
98
+ border : 1px solid transparent;
99
+ }
0 commit comments