16 lines
259 B
Plaintext
16 lines
259 B
Plaintext
|
.bbcodeEditorButton {
|
||
|
.btn-default();
|
||
|
padding: (@padding-base-vertical/2.0) (@padding-base-horizontal/2.0);
|
||
|
}
|
||
|
|
||
|
.bbcodeTextAreaTextArea {
|
||
|
textarea& {
|
||
|
min-height: 150px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.bbcodePreviewWarnings {
|
||
|
.alert();
|
||
|
.alert-danger();
|
||
|
}
|