commit | 49904940b4ece9b7d372d05a0c80a2e1a0ba0b0e | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Mon Jan 29 13:32:11 2018 +0100 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Mon Jan 29 13:32:11 2018 +0100 |
tree | ba8f6112871820b38af4f28171baf8861966d3f4 | |
parent | 208c836dddd15518cf97676442e4e4e60902cec1 [diff] [blame] |
frontend CHANGE use Material library to show loading in progress
diff --git a/frontend/config/tree.component.scss b/frontend/config/tree.component.scss index 72e5ad2..a125480 100644 --- a/frontend/config/tree.component.scss +++ b/frontend/config/tree.component.scss
@@ -127,3 +127,7 @@ color: $colorTextInverse; } } + +.loading { + margin-top: 0.5em; +}