2024-01-08 14:32:29 +01:00
|
|
|
.container, .container2 {
|
2023-10-18 21:21:58 +02:00
|
|
|
margin: auto 7vw;
|
2023-09-20 17:27:25 +02:00
|
|
|
padding: 75px;
|
|
|
|
padding-top: 70px !important;
|
|
|
|
position: relative;
|
2023-10-18 21:21:58 +02:00
|
|
|
display: grid;
|
2024-01-08 14:32:29 +01:00
|
|
|
grid-template-areas:
|
|
|
|
"test test"
|
2023-10-18 21:21:58 +02:00
|
|
|
"dataSet columns"
|
|
|
|
"tableQuarry columns"
|
2024-01-08 14:32:29 +01:00
|
|
|
"button toggle"
|
2023-10-18 21:21:58 +02:00
|
|
|
"resoult resoult";
|
|
|
|
grid-column-gap: 2vw;
|
|
|
|
grid-row-gap: 1vh;
|
2023-09-20 17:27:25 +02:00
|
|
|
}
|
|
|
|
|
2024-01-08 14:32:29 +01:00
|
|
|
.container2{
|
|
|
|
margin-bottom: 10px;
|
|
|
|
padding-bottom: 0;
|
|
|
|
grid-template-areas:
|
|
|
|
"learn learn"
|
|
|
|
"datasetL columsL"
|
|
|
|
"tableL columsL";
|
|
|
|
}
|
|
|
|
|
|
|
|
.headertest{
|
|
|
|
grid-area: test;
|
|
|
|
color: black;
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.headerlearn{
|
|
|
|
grid-area: learn;
|
|
|
|
color: black;
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toggle{
|
|
|
|
grid-area: toggle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.datasetL{
|
|
|
|
grid-area: datasetL;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tableL{
|
|
|
|
grid-area: tableL;
|
|
|
|
}
|
|
|
|
|
|
|
|
.columsL{
|
|
|
|
grid-area: columsL;
|
|
|
|
}
|
|
|
|
|
2023-10-18 21:21:58 +02:00
|
|
|
.dataset{
|
|
|
|
grid-area: dataSet;
|
2023-09-20 17:27:25 +02:00
|
|
|
}
|
|
|
|
|
2023-10-18 21:21:58 +02:00
|
|
|
.table{
|
|
|
|
grid-area: tableQuarry;
|
2023-09-20 17:27:25 +02:00
|
|
|
}
|
|
|
|
|
2023-10-18 21:21:58 +02:00
|
|
|
.colums{
|
|
|
|
grid-area: columns;
|
2023-09-20 17:27:25 +02:00
|
|
|
}
|
|
|
|
|
2023-10-18 21:21:58 +02:00
|
|
|
.test{
|
|
|
|
grid-area: button;
|
|
|
|
}
|
|
|
|
|
|
|
|
.Resoult{
|
|
|
|
grid-area: resoult;
|
|
|
|
}
|
|
|
|
|
2024-01-08 14:32:29 +01:00
|
|
|
.colums input, .columsL input{
|
2023-10-18 21:21:58 +02:00
|
|
|
height: 100%;
|
2023-09-20 17:27:25 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
input.no-margin{
|
|
|
|
margin: 0 !important;
|
|
|
|
}
|
|
|
|
|
2023-10-18 21:21:58 +02:00
|
|
|
input{
|
2023-09-20 17:27:25 +02:00
|
|
|
width: 100%;
|
2023-10-18 21:21:58 +02:00
|
|
|
height: 5vh;
|
2023-09-20 17:27:25 +02:00
|
|
|
border-radius: 17px;
|
|
|
|
border: none;
|
|
|
|
background-color: #F3F3F3;
|
|
|
|
color: black;
|
2023-10-18 21:21:58 +02:00
|
|
|
padding-left: 10px;
|
|
|
|
|
2023-09-20 17:27:25 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
padding: 10px 20px;
|
|
|
|
background-color: #007bff;
|
|
|
|
color: #fff;
|
|
|
|
border: none;
|
|
|
|
cursor: pointer;
|
|
|
|
width: 50%;
|
|
|
|
border-radius: 17px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button:hover {
|
|
|
|
background-color: #0056b3;
|
|
|
|
}
|
|
|
|
|
2024-01-08 14:32:29 +01:00
|
|
|
.toggle{
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2023-09-20 17:27:25 +02:00
|
|
|
textarea {
|
|
|
|
width: 100%;
|
|
|
|
height: 200px;
|
|
|
|
border-radius: 17px;
|
|
|
|
border: none;
|
|
|
|
background-color: #F3F3F3;
|
|
|
|
color: black;
|
2023-10-18 21:21:58 +02:00
|
|
|
padding-left: 10px;
|
|
|
|
padding-top: 10px;
|
2023-09-20 17:27:25 +02:00
|
|
|
}
|