For some reason this didn't go in with the previous commit

This commit is contained in:
Toby Zerner 2015-03-03 20:31:07 +10:30
parent 595364f419
commit 86c4a0dbb8

View File

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