mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-23 00:00:02 +01:00
46 lines
897 B
SCSS
46 lines
897 B
SCSS
/**
|
||
* 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;
|
||
}
|