Remove Scss linter errors

stable
Xavier Julián 2015-01-27 13:02:00 +01:00
parent 09ce69c84c
commit 5e8fd5318d
2 changed files with 3 additions and 3 deletions

View File

@ -86,7 +86,7 @@
}
}
.webhooks-history{
.webhooks-history {
@include slide(1000px, hidden, $min: 0);
}
@ -140,7 +140,7 @@
.history-single-response-header {
display: flex;
justify-content: space-between;
padding: 1.5rem 0 .5rem 0;
padding: 1.5rem 0 .5rem;
span:first-child {
@extend %bold;
color: $gray-light;

View File

@ -4,7 +4,7 @@
max-width: 700px;
width: 100%;
}
input[type="text"],
input,
textarea {
@extend %title;
}