[all] refactoring
This commit is contained in:
parent
66bd9697a2
commit
dbf16e5733
|
@ -86,6 +86,10 @@
|
||||||
@icon-font-name: "glyphicons-halflings-regular";
|
@icon-font-name: "glyphicons-halflings-regular";
|
||||||
@icon-font-svg-id: "glyphicons_halflingsregular";
|
@icon-font-svg-id: "glyphicons_halflingsregular";
|
||||||
|
|
||||||
|
@icon-src-base64: false;
|
||||||
|
@huge-icon-size: 37px;
|
||||||
|
@x-huge-icon-size: 45px;
|
||||||
|
|
||||||
// Components
|
// Components
|
||||||
// -------------------------
|
// -------------------------
|
||||||
// Based on 14px font-size and 1.428 line-height (~20px to start)
|
// Based on 14px font-size and 1.428 line-height (~20px to start)
|
||||||
|
|
|
@ -143,9 +143,6 @@
|
||||||
.fontsize(@font-size-large);
|
.fontsize(@font-size-large);
|
||||||
}
|
}
|
||||||
|
|
||||||
@huge-icon-size: 37px;
|
|
||||||
@x-huge-icon-size: 45px;
|
|
||||||
|
|
||||||
// Skeleton of document
|
// Skeleton of document
|
||||||
|
|
||||||
.doc-placeholder {
|
.doc-placeholder {
|
||||||
|
|
|
@ -138,9 +138,6 @@
|
||||||
.fontsize(@font-size-large);
|
.fontsize(@font-size-large);
|
||||||
}
|
}
|
||||||
|
|
||||||
@huge-icon-size: 37px;
|
|
||||||
@x-huge-icon-size: 45px;
|
|
||||||
|
|
||||||
.slidenum-div {
|
.slidenum-div {
|
||||||
background-color: @body-bg;
|
background-color: @body-bg;
|
||||||
color: @gray-deep;
|
color: @gray-deep;
|
||||||
|
|
|
@ -141,9 +141,6 @@
|
||||||
.fontsize(@font-size-large);
|
.fontsize(@font-size-large);
|
||||||
}
|
}
|
||||||
|
|
||||||
@huge-icon-size: 37px;
|
|
||||||
@x-huge-icon-size: 45px;
|
|
||||||
|
|
||||||
// Skeleton of workbook
|
// Skeleton of workbook
|
||||||
|
|
||||||
.doc-placeholder {
|
.doc-placeholder {
|
||||||
|
|
Loading…
Reference in a new issue