tidy up, add base responsive nav, update readme

This commit is contained in:
Lukas Juhas 2017-08-25 17:11:48 +01:00
parent f459a49dd3
commit 0d1c5d3e1e
21 changed files with 429 additions and 305 deletions

View file

@ -17,12 +17,13 @@ html {
text-rendering: optimizeLegibility;
}
input,
select,
input,
select,
textarea,
button {
color: inherit;
display: inline-block;
&[disabled] {
cursor: not-allowed;
}
@ -35,8 +36,9 @@ button {
table {
border-collapse: collapse;
border-spacing: 0;
th,
td {
text-align: left;
}
}
}