update bs-dev and min version bump

This commit is contained in:
Mario Vavti
2017-07-02 11:24:17 +02:00
parent 0e100a864b
commit 133292e241
26 changed files with 2423 additions and 4405 deletions

View File

@@ -1,6 +1,5 @@
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
box-sizing: border-box;
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
@@ -12,8 +11,7 @@ html {
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
box-sizing: inherit;
}
@-ms-viewport {
@@ -30,7 +28,7 @@ body {
font-size: 1rem;
font-weight: normal;
line-height: 1.5;
color: #292b2c;
color: #212529;
background-color: #fff;
}
@@ -39,8 +37,7 @@ body {
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
}
@@ -126,14 +123,14 @@ sup {
}
a {
color: #0275d8;
color: #007bff;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:hover {
color: #014c8c;
color: #0056b3;
text-decoration: underline;
}
@@ -198,7 +195,7 @@ table {
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #636c72;
color: #868e96;
text-align: left;
caption-side: bottom;
}
@@ -255,8 +252,7 @@ button::-moz-focus-inner,
input[type="radio"],
input[type="checkbox"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}