2013-09-05 16:02:48 +02:00
|
|
|
/**
|
2015-01-14 23:40:45 +01:00
|
|
|
* Copyright 2013, 2015 IBM Corp.
|
2013-09-05 16:02:48 +02:00
|
|
|
*
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
* you may not use this file except in compliance with the License.
|
|
|
|
* You may obtain a copy of the License at
|
|
|
|
*
|
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
*
|
|
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
* See the License for the specific language governing permissions and
|
|
|
|
* limitations under the License.
|
|
|
|
**/
|
2015-04-09 15:46:29 +02:00
|
|
|
|
|
|
|
@import "mixins";
|
2013-09-05 16:02:48 +02:00
|
|
|
|
2015-04-09 15:46:29 +02:00
|
|
|
@import "jquery";
|
|
|
|
@import "bootstrap";
|
2014-08-20 22:58:54 +02:00
|
|
|
|
2015-04-09 15:46:29 +02:00
|
|
|
@import "dropdownMenu";
|
2014-08-20 22:58:54 +02:00
|
|
|
|
2015-04-09 15:46:29 +02:00
|
|
|
@import "header";
|
|
|
|
@import "palette";
|
|
|
|
@import "sidebar";
|
|
|
|
@import "workspace";
|
|
|
|
@import "workspaceToolbar";
|
2014-11-12 14:21:39 +01:00
|
|
|
|
2015-04-09 15:46:29 +02:00
|
|
|
@import "notifications";
|
2014-02-21 10:54:50 +01:00
|
|
|
|
2015-04-09 15:46:29 +02:00
|
|
|
@import "editor";
|
|
|
|
@import "library";
|
2015-01-08 23:34:26 +01:00
|
|
|
|
2015-04-09 15:46:29 +02:00
|
|
|
@import "tabs";
|
|
|
|
@import "tab-config";
|
|
|
|
@import "tab-info";
|
2015-01-08 23:34:26 +01:00
|
|
|
|
2015-04-09 15:46:29 +02:00
|
|
|
@import "flow";
|
2014-12-10 15:58:53 +01:00
|
|
|
|
2015-04-09 15:46:29 +02:00
|
|
|
@import "dragdrop";
|
2014-02-25 00:35:11 +01:00
|
|
|
|
2015-04-09 15:46:29 +02:00
|
|
|
@import "keyboard";
|
2014-08-22 12:07:32 +02:00
|
|
|
|
2014-11-23 23:25:25 +01:00
|
|
|
|
2015-04-09 15:46:29 +02:00
|
|
|
body {
|
|
|
|
font: 13px "Helvetica" !important;
|
|
|
|
padding-top: 100px;
|
|
|
|
background: url("images/pw_maze_white.png");
|
2013-09-05 16:02:48 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#main-container {
|
|
|
|
position: absolute;
|
|
|
|
top:50px; left:0; bottom: 0; right:0;
|
|
|
|
overflow:hidden;
|
|
|
|
}
|
2014-01-25 23:31:43 +01:00
|
|
|
|
2014-02-20 18:31:40 +01:00
|
|
|
i.spinner {
|
|
|
|
display: inline-block;
|
|
|
|
width: 14px;
|
|
|
|
height: 14px;
|
|
|
|
line-height: 14px;
|
|
|
|
vertical-align: text-top;
|
|
|
|
margin-top: 0px;
|
2015-04-02 00:24:47 +02:00
|
|
|
background: url(images/spin.svg) no-repeat 50% 50%;
|
2014-04-01 23:53:48 +02:00
|
|
|
background-size: contain
|
2014-02-20 18:31:40 +01:00
|
|
|
}
|
2014-11-10 12:19:33 +01:00
|
|
|
|
|
|
|
|
2015-02-06 12:27:21 +01:00
|
|
|
|