1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-23 00:00:02 +01:00
VILLASweb/app/styles/projects.scss
Markus Grigull f8028d88b7 Move visualization data to mixin
Add live data to edit visualization
Fix stylesheet files
2016-10-12 09:10:41 +02:00

46 lines
897 B
SCSS
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* File: projects.css
* Author: Markus Grigull <mgrigull@eonerc.rwth-aachen.de>
* Date: 26.07.2016
* Copyright: 2016, Institute for Automation of Complex Power Systems, EONERC
* This file is part of VILLASweb. All Rights Reserved. Proprietary and confidential.
* Unauthorized copying of this file, via any medium is strictly prohibited.
**********************************************************************************/
/**
* Route: projects
*/
.projects-container {
margin-top: 20px;
}
.projects-row-controls {
float: right;
}
.projects-row-controls a {
margin-left: 10px;
}
.projects-new-container {
margin-top: 20px;
}
/**
* Route: project.index
*/
.project-index-container {
margin-top: 20px;
}
.project-index-row-controls {
float: right;
}
.project-index-row-controls a {
margin-left: 10px;
}
.project-index-new-visualization {
margin-top: 20px;
}