Skip to content

Commit a3af85f

Browse files
committed
css changes
1 parent 0f30e4d commit a3af85f

File tree

11 files changed

+19
-57
lines changed

11 files changed

+19
-57
lines changed

react-frontend/src/App.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,5 @@ a {
5050
button {
5151
font-family: "Poppins", sans-serif;
5252
}
53+
54+

react-frontend/src/components/root/users/UsersHome.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ const UserHome = () => {
121121
)}
122122
</section>
123123
</main>
124-
{!welcomeDiv.showDiv && <Footer class={style.footer} />}
125-
{welcomeDiv.showDiv && <Footer class={style.footer_cover} />}
124+
<Footer class={style.footer_hobbie_details} />
126125
</>
127126
);
128127
};

react-frontend/src/components/root/users/business/AccountBusiness/AccountBusiness.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const AccountBusiness = () => {
109109
<BackgroundHome />
110110
</section>
111111
</main>
112-
<Footer class={style.footer} />
112+
<Footer class={style.footer_hobbie_details} />
113113
</>
114114
);
115115
};

react-frontend/src/components/root/users/login/Login.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ const Login = () => {
170170
</div>
171171
</form>
172172
</main>
173-
<Footer class={style.footer} />
173+
<Footer class={style.footer_cover} />
174174
<Background />
175175
</>
176176
);

react-frontend/src/components/root/users/user/MyHobbies.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ const MyHobbies = () => {
8282
)}
8383
</section>
8484
</main>
85-
{!welcomeDiv.showDiv && <Footer class={style.footer} />}
86-
{welcomeDiv.showDiv && <Footer class={style.footer_cover} />}
85+
<Footer class={style.footer_hobbie_details} />
8786
</>
8887
);
8988
};

react-frontend/src/components/root/users/user/accountUser/AccountUser.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const AccountUser = () => {
104104
<BackgroundHome />
105105
</section>
106106
</main>
107-
<Footer class={style.footer} />
107+
<Footer class={style.footer_hobbie_details} />
108108
</>
109109
);
110110
};

react-frontend/src/css/Footer.module.css

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,19 @@
99
}
1010

1111
.footer {
12-
position: absolute;
1312
margin-top: 40px;
14-
margin: 1% 5%;
13+
margin: 2% 5%;
1514
bottom: 0px;
1615
background: transparent;
1716
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3C000000,endColorstr=#3C000000);
1817
zoom: 1;
1918
width: 90%;
2019
color: #494969;
20+
position: relative;
21+
top: 43px;
2122
}
2223

24+
2325
.footer_cover {
2426
position: absolute;
2527
height: 40px;
@@ -33,25 +35,8 @@
3335
color: #494969;
3436
}
3537

36-
@media only screen and (hover: none) and (pointer: coarse) {
37-
.footer {
38-
font-size: 14px;
39-
position: relative;
40-
padding-top: 3%;
41-
margin-left: 5%;
42-
}
43-
.footer_cover {
44-
position: fixed;
45-
bottom: 1%;
46-
}
47-
}
48-
4938
@media all and (max-width: 600px) {
50-
.footer_cover {
51-
font-size: 14px;
52-
padding-top: 5%;
53-
margin-bottom: 3%;
54-
}
39+
5540
.footer_hobbie_details {
5641
font-size: 14px;
5742
padding-left: 3%;

react-frontend/src/css/Forms.module.css

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -78,33 +78,6 @@ input[type="checkbox"] {
7878
transform: scale(1.5);
7979
}
8080

81-
input[type="checkbox"] {
82-
width: 20px;
83-
height: 2 0px;
84-
margin-right: 8px;
85-
cursor: pointer;
86-
font-size: 17px;
87-
visibility: hidden;
88-
margin-top: 40px;
89-
overflow-wrap: normal;
90-
margin-bottom: 40px;
91-
}
92-
93-
input[type="checkbox"]:after {
94-
content: " ";
95-
background-color: #fff;
96-
display: inline-block;
97-
margin-left: 10px;
98-
padding-bottom: 5px;
99-
color: #00bff0;
100-
width: 22px;
101-
height: 12px;
102-
visibility: visible;
103-
border: 1px solid #00bff0;
104-
padding-left: 3px;
105-
border-radius: 5px;
106-
}
107-
10881
.content_name {
10982
bottom: 5px;
11083
left: 0px;
@@ -167,9 +140,11 @@ input[type="checkbox"] {
167140
margin-top: 40px;
168141
overflow-wrap: normal;
169142
margin-bottom: 40px;
143+
-moz-appearance:initial;
170144
}
171145

172146
input[type="checkbox"]:after {
147+
-moz-appearance:initial;
173148
content: " ";
174149
background-color: #fff;
175150
display: inline-block;

react-frontend/src/css/Hobbie.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@import url("https://fonts.googleapis.com/css2?family=Gowun+Dodum&display=swap");
22
.hobbie_main {
33
margin: auto 100px;
4+
min-height: 80%;
45
padding-bottom: 5%;
56
}
67

react-frontend/src/css/Test.module.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
box-shadow: 10px 10px 12px 12px rgba(248, 246, 246, 0.75);
1111
display: flex;
1212
justify-content: space-evenly;
13-
margin-bottom: 200px;
1413
}
1514

1615
.test_form_end {
@@ -23,7 +22,6 @@
2322
border-radius: 15px;
2423
padding: 80px;
2524
box-shadow: 10px 10px 12px 12px rgba(248, 246, 246, 0.75);
26-
margin-bottom: 200px;
2725
}
2826

2927
.test_end {
@@ -106,7 +104,6 @@
106104
width: 90%;
107105
padding: 0;
108106
margin: 20px 5%;
109-
margin-bottom: 200px;
110107
}
111108

112109
.test_form_end {

0 commit comments

Comments
 (0)