27
0
Fork 1
forked from mirror/Mainroad

Lint: CSS & partials

+ Temporary disable ESLint check for scripts.js
This commit is contained in:
vimux 2018-10-19 09:02:22 -04:00
parent 3e7aabb01a
commit e9549a3d1a
No known key found for this signature in database
GPG key ID: 5A34FDC4EE832E34
4 changed files with 7 additions and 11 deletions

View file

@ -6,4 +6,4 @@
<span class="footer__copyright-credits">{{ T "footer_credits" | safeHTML }}</span>
</div>
</div>
</footer>
</footer>

View file

@ -7,4 +7,4 @@
{{- else -}}
{{- partial "post_meta/date.html" $root -}}
{{- partial "post_meta/categories.html" $root -}}
{{- end -}}
{{- end -}}

View file

@ -98,6 +98,7 @@ body {
.sidebar--left {
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
margin: 0 2.5% 0 0;
}
@ -145,8 +146,6 @@ textarea {
/* Animation */
.menu__item,
.btn {
-webkit-transition: background-color .25s ease-out;
-moz-transition: background-color .25s ease-out;
transition: background-color .25s ease-out;
}
@ -884,6 +883,8 @@ select {
}
.post-nav__item {
-webkit-flex: 1 1 50%;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
max-width: 48%;
}
@ -941,8 +942,6 @@ input {
vertical-align: middle;
background: #f5f5f5;
border: 1px solid #ebebeb;
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
@ -972,8 +971,6 @@ input[type=reset] {
cursor: pointer;
background: #2a2a2a;
border: 0;
-webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
transition: all .1s linear;
-webkit-appearance: none;
}
@ -1046,8 +1043,6 @@ textarea {
border: 1px solid #ebebeb;
border-radius: 0;
outline-offset: -2px;
-webkit-transition: none;
-moz-transition: none;
transition: none;
-webkit-appearance: none;
}

File diff suppressed because one or more lines are too long