neocities/sass/_project-sass/_project-Tutorial.scss
2015-09-08 16:12:35 -07:00

61 lines
No EOL
1.2 KiB
SCSS

// ----------------------------------------------------------------
// Project Specific: Tutorial
// ----------------------------------------------------------------
.tutorial {
.interact {
textarea.editor {
height: 350px!important;
width: 100%;
background-color: #1D1F21;
color: white;
font: 16px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
}
h3 {
margin-top: 10px;
}
.preview {
height: 300px;
width: 100%;
background-color: gray;
}
.btn {
float: right;
}
}
.lesson {
h1, .subtitle {
color: #5e95a1;
}
.subtitle {
font-size: 14px;
margin-top: 0;
text-align: left;
}
.comic {
position: relative;
}
.dialogue {
width: 180px;
position: absolute;
text-align: center;
&:nth-child(1) {
left: 30px;
top: 30px;
}
&:nth-child(2) {
left: 250px;
top: 30px;
}
&:nth-child(3) {
left: 30px;
top: 250px;
}
&:nth-child(4) {
left: 250px;
top: 250px;
}
}
}
}