shell_styler/scss/_preview.scss
2025-08-10 22:51:34 +05:30

19 lines
428 B
SCSS

.preview {
margin-left: $sidebar-width;
padding: 2rem;
min-height: calc(100vh - $footer-height);
width: 100%;
background: $bg-light;
.terminal-preview {
background: $bg-dark;
border-radius: 8px;
padding: 1.5rem;
font-family: 'Fira Code', 'Courier New', monospace;
font-size: 14px;
color: $text-color;
height: 300px;
//width: 100%;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
}