JSFiddle - React, Tailwind, and code Playground
by rami7250
HTML
<div role="alert" class="alert-section"><a href="https://support.eset.com/en/alert7618-end-of-life-eol-issues-requiring-your-immediate-attention" class="alert alert-danger text-secondary d-block"><span class="font-weight-bold text-danger">Alert: </span>End of Life (EOL) issues requiring your immediate attention</a></div>
<div class="message-warning"><h3 class="message-title">Export your settings</h3> <p>Before using the manual uninstaller, <a href="https://support.eset.com/en/kb3133-import-or-export-eset-configuration-settings-using-an-xml-file" target=""_blank"">export all ESET product settings</a>. Your settings will not be restored automatically when you reinstall ESET.</p></div>
<div class="message-important"><h3 class="message-title">Back up network adapter settings</h3> <p>After using the ESET Uninstaller Tool, you may be required to reinstall your network adapter drivers. Follow the steps below to back up your network adapter settings and restore them after uninstallation is finished:</p> <ol><li><strong>Before running the Uninstaller Tool</strong>: Open an administrative command prompt (Right-click the <strong>Start </strong>icon, select <strong>Command Prompt (Admin) </strong>from the context menu and click <strong>Yes</strong> at the prompt) and enter the following command to back up your network adapter settings:
<ul type="disc"><li><code>netsh -c interface dump > C:\NetworkSettings.txt</code></li></ul></li> <li><strong>After uninstallation is complete</strong>: Reinstall your network adapter drivers if necessary and then open an administrative command prompt and enter the following command to restore your network adapter settings:
<ul type="disc"><li><code>netsh -f C:\NetworkSettings.txt</code></li></ul></li></ol></div>
<div class="message-note"><h3 class="message-title">Epfw NDIS LightWeight Filter already uninstalled</h3> <p>Skip this step if Epfw filter has already been uninstalled and is not visible in the Ethernet Properties...
CSS
.message-warning {
background: #fff5f2 url(/images/icon-message-warning_34x37.png?a7a22e2…) no-repeat 8px 8px;
border: 1px solid #f7e3e2;
}
.alert-danger .alert-link{color:#581c23}
.message-important {
background: #fff5df url(/images/icon-message-important_34x37.png?ae67673…) no-repeat 8px 8px;
border: 1px solid #ffe7bc;
}
.message-note, .message-note-24 {
background: #eef6f1 url(/images/icon-message-note_34x37.png?67dcee8…) no-repeat 8px 8px;
border: 1px solid #daebe0;}
.message-important, .message-note, .message-note-24, .message-quick, .message-ra, .message-service, .message-warning {
padding: 10px 10px 0 55px;
margin: 10px;
}
*, :after, :before {
box-sizing: border-box;
}
user agent stylesheet
div {
display: block;
}
body {
background: #fff;
color: #424d56;
font-family: Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;
}
body {
margin: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
}
:root {
--blue: #00508c;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #f8b323;
--green: #8dc63f;
--teal: #008ba0;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #00508c;
--secondary: #6c757d;
--success: #8dc63f;
--info: #17a2b8;
--warning: #f8b323;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
--font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
html {
...