Files
BitwiseCmd/src/shell/components/HelpResultView.css
BorysLevytskyi f04bd3268f Polish UI
2023-05-17 08:20:03 +02:00

16 lines
567 B
CSS

.help ul { list-style-type: none; margin: 0; margin-left: 10px; margin-top: 0.2em; padding: 0; }
.help li { padding: 1px; margin-bottom: 5px;}
.help code, .help code a { color:mediumseagreen}
.light .help code, .light .help code a { color:green}
.help p { margin-top: 0.5em }
.help .section {padding: 1em;}
.help .panel-container {overflow: hidden;}
.help .left-panel {float:left; margin-right: 1em;}
.help .right-panel {float:left; }
.help .section-title {font-weight: bold;}
@media (min-width: 1024px) {
.left-panel, .right-panel {
width: 45%;
}
}