2019-05-18 20:59:37 +02:00
|
|
|
button {
|
2019-06-18 20:58:40 +02:00
|
|
|
background-color: hsl(152, 52%, 91%);
|
|
|
|
color: hsl(146, 50%, 36%);
|
2019-04-14 15:28:19 +02:00
|
|
|
}
|
|
|
|
|
2019-05-16 09:23:15 +02:00
|
|
|
#custom_http_headers {
|
2019-05-18 20:59:37 +02:00
|
|
|
width: 100%;
|
|
|
|
height: 60px;
|
|
|
|
resize: vertical;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dev-panel {
|
|
|
|
margin-left: 3%;
|
|
|
|
margin-right: 3%;
|
|
|
|
padding-bottom: 15px;
|
|
|
|
padding-top: 20px;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
2019-06-18 20:58:40 +02:00
|
|
|
background-color: hsl(173, 100%, 98%);
|
2019-06-19 04:53:16 +02:00
|
|
|
box-shadow: 8px 4px 8px 0 hsla(0, 0%, 0%, 0.2), 0 6px 20px 0 hsla(0, 0%, 0%, 0.19);
|
2019-05-16 09:23:15 +02:00
|
|
|
}
|
|
|
|
|
2019-04-14 15:28:19 +02:00
|
|
|
#fixture_body {
|
2019-05-18 20:59:37 +02:00
|
|
|
width: 90%;
|
2019-04-14 15:28:19 +02:00
|
|
|
height: 500px;
|
2019-05-18 20:59:37 +02:00
|
|
|
resize: vertical;
|
2019-04-14 15:28:19 +02:00
|
|
|
}
|
|
|
|
|
2019-05-18 20:59:37 +02:00
|
|
|
#idp-results {
|
|
|
|
width: 100%;
|
|
|
|
height: 500px;
|
|
|
|
resize: vertical;
|
2019-06-18 20:58:40 +02:00
|
|
|
background-color: hsl(0, 0%, 100%);
|
2019-05-18 20:59:37 +02:00
|
|
|
}
|
|
|
|
|
2020-01-29 21:59:17 +01:00
|
|
|
.top-navbar {
|
2019-05-18 20:59:37 +02:00
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 1fr 5fr 1fr;
|
2019-04-14 15:28:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#URL {
|
2019-05-18 20:59:37 +02:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.buttons {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
width: 92%;
|
|
|
|
margin-right: 2%;
|
2019-04-14 15:28:19 +02:00
|
|
|
}
|
|
|
|
|
2019-05-18 20:59:37 +02:00
|
|
|
.centerpiece {
|
|
|
|
font-size: 30px;
|
2019-04-14 15:28:19 +02:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2019-05-18 20:59:37 +02:00
|
|
|
.inline {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin-right: 10%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.optional {
|
2019-06-18 20:58:40 +02:00
|
|
|
color: hsl(0, 0%, 50%);
|
2019-05-18 20:59:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.pad-small {
|
|
|
|
height: 100px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.row1 {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin-left: 2%;
|
|
|
|
margin-right: 2%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.row2 {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: flex-start;
|
|
|
|
margin-left: 2%;
|
|
|
|
margin-right: 2%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.row3 {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: flex-start;
|
|
|
|
margin-left: 2%;
|
|
|
|
margin-right: 2%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.row4 {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 1fr 1fr;
|
|
|
|
margin-left: 2%;
|
|
|
|
margin-right: 2%;
|
2019-04-14 15:28:19 +02:00
|
|
|
}
|