asciinema.org/app/assets/stylesheets/asciicasts.css.scss
2012-03-11 16:16:08 +01:00

43 lines
634 B
SCSS

.asciicast-heading {
// width: 100%;
// background-color: #222;
.meta {
float: right;
font-size: 14px;
font-weight: normal;
// .avatar {
// width: 24px;
// padding: 1px;
// background-color: white;
// border: 1px solid #ccc;
// }
}
// .description {
// color: #3e3e3e;
// font-family: arial, helvetica;
// font-size: 18px;
// margin: 20px 0;
// }
}
.asciicast {
.player {
margin-bottom: 40px;
}
}
.asciicast-preview {
margin-bottom: 15px;
.meta {
font-size: 14px;
font-weight: normal;
}
.description {
font-style: italic;
}
}