Path: blob/master/sites/whatsapp-phishing/vendor/bootstrap/css/bootstrap-reboot.css
739 views
html {1box-sizing: border-box;2font-family: sans-serif;3line-height: 1.15;4-webkit-text-size-adjust: 100%;5-ms-text-size-adjust: 100%;6-ms-overflow-style: scrollbar;7-webkit-tap-highlight-color: transparent;8}910*,11*::before,12*::after {13box-sizing: inherit;14}1516@-ms-viewport {17width: device-width;18}1920article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {21display: block;22}2324body {25margin: 0;26font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;27font-size: 1rem;28font-weight: normal;29line-height: 1.5;30color: #212529;31background-color: #fff;32}3334[tabindex="-1"]:focus {35outline: none !important;36}3738hr {39box-sizing: content-box;40height: 0;41overflow: visible;42}4344h1, h2, h3, h4, h5, h6 {45margin-top: 0;46margin-bottom: .5rem;47}4849p {50margin-top: 0;51margin-bottom: 1rem;52}5354abbr[title],55abbr[data-original-title] {56text-decoration: underline;57-webkit-text-decoration: underline dotted;58text-decoration: underline dotted;59cursor: help;60border-bottom: 0;61}6263address {64margin-bottom: 1rem;65font-style: normal;66line-height: inherit;67}6869ol,70ul,71dl {72margin-top: 0;73margin-bottom: 1rem;74}7576ol ol,77ul ul,78ol ul,79ul ol {80margin-bottom: 0;81}8283dt {84font-weight: bold;85}8687dd {88margin-bottom: .5rem;89margin-left: 0;90}9192blockquote {93margin: 0 0 1rem;94}9596dfn {97font-style: italic;98}99100b,101strong {102font-weight: bolder;103}104105small {106font-size: 80%;107}108109sub,110sup {111position: relative;112font-size: 75%;113line-height: 0;114vertical-align: baseline;115}116117sub {118bottom: -.25em;119}120121sup {122top: -.5em;123}124125a {126color: #007bff;127text-decoration: none;128background-color: transparent;129-webkit-text-decoration-skip: objects;130}131132a:hover {133color: #0056b3;134text-decoration: underline;135}136137a:not([href]):not([tabindex]) {138color: inherit;139text-decoration: none;140}141142a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {143color: inherit;144text-decoration: none;145}146147a:not([href]):not([tabindex]):focus {148outline: 0;149}150151pre,152code,153kbd,154samp {155font-family: monospace, monospace;156font-size: 1em;157}158159pre {160margin-top: 0;161margin-bottom: 1rem;162overflow: auto;163}164165figure {166margin: 0 0 1rem;167}168169img {170vertical-align: middle;171border-style: none;172}173174svg:not(:root) {175overflow: hidden;176}177178a,179area,180button,181[role="button"],182input,183label,184select,185summary,186textarea {187-ms-touch-action: manipulation;188touch-action: manipulation;189}190191table {192border-collapse: collapse;193}194195caption {196padding-top: 0.75rem;197padding-bottom: 0.75rem;198color: #868e96;199text-align: left;200caption-side: bottom;201}202203th {204text-align: left;205}206207label {208display: inline-block;209margin-bottom: .5rem;210}211212button:focus {213outline: 1px dotted;214outline: 5px auto -webkit-focus-ring-color;215}216217input,218button,219select,220optgroup,221textarea {222margin: 0;223font-family: inherit;224font-size: inherit;225line-height: inherit;226}227228button,229input {230overflow: visible;231}232233button,234select {235text-transform: none;236}237238button,239html [type="button"],240[type="reset"],241[type="submit"] {242-webkit-appearance: button;243}244245button::-moz-focus-inner,246[type="button"]::-moz-focus-inner,247[type="reset"]::-moz-focus-inner,248[type="submit"]::-moz-focus-inner {249padding: 0;250border-style: none;251}252253input[type="radio"],254input[type="checkbox"] {255box-sizing: border-box;256padding: 0;257}258259input[type="date"],260input[type="time"],261input[type="datetime-local"],262input[type="month"] {263-webkit-appearance: listbox;264}265266textarea {267overflow: auto;268resize: vertical;269}270271fieldset {272min-width: 0;273padding: 0;274margin: 0;275border: 0;276}277278legend {279display: block;280width: 100%;281max-width: 100%;282padding: 0;283margin-bottom: .5rem;284font-size: 1.5rem;285line-height: inherit;286color: inherit;287white-space: normal;288}289290progress {291vertical-align: baseline;292}293294[type="number"]::-webkit-inner-spin-button,295[type="number"]::-webkit-outer-spin-button {296height: auto;297}298299[type="search"] {300outline-offset: -2px;301-webkit-appearance: none;302}303304[type="search"]::-webkit-search-cancel-button,305[type="search"]::-webkit-search-decoration {306-webkit-appearance: none;307}308309::-webkit-file-upload-button {310font: inherit;311-webkit-appearance: button;312}313314output {315display: inline-block;316}317318summary {319display: list-item;320}321322template {323display: none;324}325326[hidden] {327display: none !important;328}329/*# sourceMappingURL=bootstrap-reboot.css.map */330331