More actions
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
.alert--success {
background-color: #00a40026; /* Highlight background color */
color: #4CAF50; /* Foreground color */
border: 1px solid #4CAF50; /* Border color */
border-radius: 5px; /* Rounded corners */
padding: 10px; /* Padding */
margin: 10px 0; /* Margin */
}
.alert--success .admonitionHeading_Gvgb {
font-weight: bold; /* Heading style */
margin-bottom: 5px; /* Space below heading */
}
.alert--success .admonitionContent_BuS1 {
margin: 5px 0; /* Space around content */
}
.alert--success .admonitionIcon_Rf37 {
margin-right: 5px; /* Space between icon and text */
}