83 lines
1.5 KiB
SCSS
Executable File
83 lines
1.5 KiB
SCSS
Executable File
.formGroup {
|
|
align-items: flex-start;
|
|
margin-bottom: 10px;
|
|
input,
|
|
textarea {
|
|
margin-top: 0px;
|
|
border: 2px solid $grey-light;
|
|
border-radius: 6px;
|
|
height: 2.25rem;
|
|
padding: 5px;
|
|
color: $grey-dark;
|
|
font-size: medium;
|
|
width: 400px;
|
|
&::placeholder {
|
|
color: $grey-dark;
|
|
font-size: small;
|
|
}
|
|
|
|
&:focus {
|
|
border: 2px solid $grey-dark;
|
|
outline: none;
|
|
color: $grey-dark;
|
|
}
|
|
}
|
|
|
|
textarea{
|
|
height: 15rem;
|
|
width: 40rem;
|
|
}
|
|
|
|
input#assignTo {
|
|
overflow: hidden;
|
|
background-color: white;
|
|
margin-left: 0px;
|
|
border: 2px solid $grey-light;
|
|
border-radius: 30px;
|
|
padding: 5px;
|
|
font-size: small;
|
|
color: $grey-dark;
|
|
left: 10px;
|
|
width: 250px;
|
|
margin-top: 0;
|
|
|
|
&:focus {
|
|
margin-left: none;
|
|
outline: none;
|
|
border: 2px solid $grey-dark;
|
|
}
|
|
|
|
&::placeholder {
|
|
color: $grey-light;
|
|
}
|
|
}
|
|
img {
|
|
position: relative;
|
|
background-color: transparent;
|
|
cursor: pointer;
|
|
width: 25px;
|
|
height: 100%;
|
|
right: -215px;
|
|
top:-32.5px;
|
|
}
|
|
|
|
.ql-container{
|
|
height:500px;
|
|
}
|
|
}
|
|
|
|
.queryResponses{
|
|
position: relative;
|
|
z-index: 10;
|
|
top:10px
|
|
}
|
|
|
|
.selection{
|
|
position: relative;
|
|
}
|
|
|
|
.honeycombDescription{
|
|
width: 100%;
|
|
height: 450px;
|
|
}
|