1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +02:00

Clean up LESS files

This commit is contained in:
Toby Zerner
2015-04-25 22:31:30 +09:30
parent b68a4711dc
commit b61017efdc
98 changed files with 34 additions and 2719 deletions

17
less/lib/components.less Normal file
View File

@@ -0,0 +1,17 @@
// ------------------------------------
// Tooltips
.tooltip-inner {
padding: 7px 12px;
}
// ------------------------------------
// Loading Indicators
.loading-indicator {
position: relative;
color: @fl-body-primary-color;
}
.loading-indicator-block {
height: 100px;
}