mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 14:32:22 +00:00
b6503489b9
WTD-1036 Major additions to /licenses page Apache license added; Full licenses for each software component added; Formatting and styles;
35 lines
419 B
SCSS
35 lines
419 B
SCSS
// Styles for extended text copy
|
|
|
|
.abs.l-standalone {
|
|
$d: 20%;
|
|
padding: $d/4 $d;
|
|
}
|
|
|
|
.s-text {
|
|
font-size: 0.8em;
|
|
ol, ul {
|
|
list-style: square;
|
|
margin-left: 1.5em;
|
|
li {
|
|
|
|
}
|
|
}
|
|
|
|
h1, h2, h3 {
|
|
color: #fff;
|
|
font-weight: normal !important;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
h2 {
|
|
border-top: 1px solid $colorInteriorBorder;
|
|
font-size: 1.5em;
|
|
margin-top: 2em;
|
|
padding-top: 1em;
|
|
}
|
|
|
|
h3 {
|
|
margin-top: 2em;
|
|
}
|
|
|
|
} |