From 86c4a0dbb8c64246731526bfba37818419f84d63 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Tue, 3 Mar 2015 20:31:07 +1030 Subject: [PATCH] For some reason this didn't go in with the previous commit --- .../ember/app/styles/flarum/components.less | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 framework/core/ember/app/styles/flarum/components.less diff --git a/framework/core/ember/app/styles/flarum/components.less b/framework/core/ember/app/styles/flarum/components.less new file mode 100644 index 000000000..9a12537ea --- /dev/null +++ b/framework/core/ember/app/styles/flarum/components.less @@ -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; +}