pure-css
Version:
A css module compatible version of purecss
38 lines (33 loc) • 566 B
CSS
.root {
margin-top: 32px;
}
.output {
background: white;
color: #333;
border-radius: 10px;
margin: 20px;
border: 1px solid #003957;
border-top-width: 0;
}
.outputContent {
padding: 40px 30px;
}
.file {
background: #003957;
color: rgba(255, 255, 255, 0.9);
border-radius: 10px;
margin: 20px;
}
.fileName {
background: #011E2D;
color: #00B37D;
padding: 10px 20px;
border-radius: 10px 10px 0 0;
}
.pre {
overflow: auto;
font-family: menlo, consolas, monospace;
font-size: 14px;
line-height: 20px;
padding: 5px 20px 20px;
}