update assets from bootstrap@3.3.7

This commit is contained in:
Vu Nguyen
2021-01-14 20:39:47 -06:00
parent 3deee881b1
commit ba3182fd59
73 changed files with 3046 additions and 5453 deletions

View File

@@ -1,3 +1,5 @@
// stylelint-disable declaration-no-important, selector-no-qualifying-type
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
// ==========================================================================
@@ -9,10 +11,10 @@
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important; // Black prints faster: h5bp.com/s
box-shadow: none !important;
text-shadow: none !important;
background: transparent !important;
box-shadow: none !important;
}
a,
@@ -21,18 +23,18 @@
}
a[href]:after {
content: ' (' attr(href) ')';
content: " (" attr(href) ")";
}
abbr[title]:after {
content: ' (' attr(title) ')';
content: " (" attr(title) ")";
}
// Don't show links that are fragment identifiers,
// or use the `javascript:` pseudo protocol
a[href^='#']:after,
a[href^='javascript:']:after {
content: '';
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
@@ -96,6 +98,4 @@
border: 1px solid #ddd !important;
}
}
// Bootstrap specific changes end
}