Repository URL to install this package:
|
Version:
0.19.0 ▾
|
.attribute-label {
@include data-label;
clear: left;
float: left;
margin-bottom: $base-spacing;
margin-top: 0.25em;
text-align: right;
width: calc(20% - 1rem);
}
.preserve-whitespace {
white-space: pre-wrap;
word-wrap: break-word;
}
.attribute-data {
float: left;
margin-bottom: $base-spacing;
margin-left: 2rem;
width: calc(80% - 1rem);
word-break: break-word;
}
.attribute--nested {
border: $base-border;
padding: $small-spacing;
}