Files
codeocean/app/assets/stylesheets/base.css.scss
Ralf Teusner 099bed2808 fixed typo.
2017-04-18 17:24:44 +02:00

62 lines
630 B
SCSS

h1 {
font-size: 25px;
margin-bottom: 0.5em;
}
.lead {
font-size: 16px;
color: rgba(70, 70, 70, 1);
}
i.fa {
margin-right: 0.5em;
}
pre {
background-color: #FAFAFA;
margin: 0;
padding: 0;
}
span.caret {
margin-left: 0.5em;
}
.progress {
margin: 0;
.progress-bar {
line-height: initial;
min-width: 2em;
}
}
.attribute-row + .attribute-row {
margin-top: 0.5em;
}
.badge {
font-size: 100%;
}
.container[data-controller] {
padding-bottom: 15px;
}
.disabled {
cursor: default;
opacity: 0.5;
}
.empty {
opacity: 0.5;
}
.flash {
font-size: 100%;
}
.markdown {
height: 200px;
}