blob: bd54e4fa313de4406bf310f3852a29a8afe6f3d6 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2018 Obeo.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Obeo - initial API and implementation
*******************************************************************************/
.sprotty {
padding: 0px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sprotty-hidden {
display: block;
position: absolute;
width: 0px;
height: 0px;
}
.sprotty-popup {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
position: absolute;
background: white;
border-radius: 5px;
border: 1px solid;
max-width: 400px;
min-width: 100px;
}
.sprotty-popup > div {
margin: 10px;
}
.sprotty-popup-closed {
display: none;
}