Remove Scss linter errors
parent
09ce69c84c
commit
5e8fd5318d
|
@ -86,7 +86,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.webhooks-history{
|
.webhooks-history {
|
||||||
@include slide(1000px, hidden, $min: 0);
|
@include slide(1000px, hidden, $min: 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -140,7 +140,7 @@
|
||||||
.history-single-response-header {
|
.history-single-response-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 1.5rem 0 .5rem 0;
|
padding: 1.5rem 0 .5rem;
|
||||||
span:first-child {
|
span:first-child {
|
||||||
@extend %bold;
|
@extend %bold;
|
||||||
color: $gray-light;
|
color: $gray-light;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
input[type="text"],
|
input,
|
||||||
textarea {
|
textarea {
|
||||||
@extend %title;
|
@extend %title;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue