Commit c966acee authored by EnesKarakas's avatar EnesKarakas
Browse files

css

parent 9bb6763c
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
} }
.fw input[type="text"], .fw input[type="text"],
.fw { .fw {
width: 100%; width: 100%;
padding: 8px; padding: 8px;
...@@ -27,7 +26,6 @@ ...@@ -27,7 +26,6 @@
margin-bottom: 5px; margin-bottom: 5px;
} }
.fw1 { .fw1 {
padding: 8px; padding: 8px;
margin-bottom: 10px; margin-bottom: 10px;
...@@ -65,35 +63,45 @@ ...@@ -65,35 +63,45 @@
#apiUrloutput { #apiUrloutput {
width: 1250px; width: 1250px;
} }
.field_write{ .field_write {
margin-top: 30px; margin-top: 30px;
display: flex; display: flex;
} }
.fw{ .fw {
margin-left:20px; margin-left: 20px;
} }
.h1{ .h1 {
margin-bottom: -30px; margin-bottom: -30px;
} }
.thq-grid-5{ .thq-grid-5 {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
.h2{ .h2 {
margin-top: 40px; margin-top: 40px;
} }
.dataselect{ .dataselect {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
} }
.data{ .data {
margin-top:40px; margin-top: 40px;
margin-left:80px; margin-left: 80px;
} }
.h3{ .h3 {
margin-bottom: 10px; margin-bottom: 10px;
} }
.generate{ .generate {
margin-top: 20px; margin-top: 20px;
} }
\ No newline at end of file
.list-item {
border: 1px solid #fff;
padding: 10px;
margin: 5px 0;
border-radius: 5px;
cursor: pointer;
}
.list-item:hover {
background-color: #0a3a44; /* Change background color on hover */
}
...@@ -94,7 +94,13 @@ ...@@ -94,7 +94,13 @@
margin-bottom: 10px; margin-bottom: 10px;
} }
.listStyle { .list-item {
border-style: solid; border: 1px solid #fff;
border-color: #ccc; padding: 10px;
margin: 5px 0;
border-radius: 5px;
cursor: pointer;
}
.list-item:hover {
background-color: #0a3a44; /* Change background color on hover */
} }
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
} }
.fw input[type="text"], .fw input[type="text"],
.fw { .fw {
width: 100%; width: 100%;
padding: 8px; padding: 8px;
...@@ -27,13 +26,12 @@ ...@@ -27,13 +26,12 @@
margin-bottom: 5px; margin-bottom: 5px;
} }
.fw1 { .fw1 {
padding: 8px; padding: 8px;
margin-bottom: 10px; margin-bottom: 10px;
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: 5px; border-radius: 5px;
display:grid; display: grid;
text-align: center; text-align: center;
} }
...@@ -65,32 +63,41 @@ ...@@ -65,32 +63,41 @@
#apiUrloutput { #apiUrloutput {
width: 1250px; width: 1250px;
} }
.field_write{ .field_write {
margin-top: 30px; margin-top: 30px;
display: flex; display: flex;
} }
.fw{ .fw {
margin-left:20px; margin-left: 20px;
} }
.h1{ .h1 {
margin-bottom: -30px; margin-bottom: -30px;
} }
.thq-grid-5{ .thq-grid-5 {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
.dataselect{ .dataselect {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
} }
.data{ .data {
margin-top:40px; margin-top: 40px;
margin-left:80px; margin-left: 80px;
} }
.h3{ .h3 {
margin-bottom: 10px; margin-bottom: 10px;
} }
.generate{ .generate {
margin-top: 20px; margin-top: 20px;
} }
\ No newline at end of file .list-item {
border: 1px solid #fff;
padding: 10px;
margin: 5px 0;
border-radius: 5px;
cursor: pointer;
}
.list-item:hover {
background-color: #0a3a44; /* Change background color on hover */
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment