15 lines
311 B
SCSS
15 lines
311 B
SCSS
@import "foundation/base";
|
|
@import "foundation/components/tables";
|
|
|
|
.console_command {
|
|
margin-top: $table-margin-bottom;
|
|
margin-bottom: $table-margin-bottom / 3;
|
|
border: solid 1px #aaa;
|
|
font-size: .925rem;
|
|
}
|
|
|
|
.console_text {
|
|
font-weight: bold;
|
|
overflow: visible;
|
|
font-size: 0.9em;
|
|
}
|