Removed copyright from some files

This commit is contained in:
Tobias Reich 2015-09-28 18:34:59 +02:00
parent a1700fefe5
commit e90d125a20
7 changed files with 1 additions and 24 deletions

View File

@ -1,7 +1,3 @@
/**
* @copyright 2015 by Tobias Reich
*/
/* Animation Setter ------------------------------------------------*/
.fadeIn {
animation-name: fadeIn;

View File

@ -7,6 +7,7 @@
border-radius: 5px;
border: 1px solid black(.7);
border-bottom: 1px solid black(.8);
transition: none;
&__item {
margin-bottom: 2px;

View File

@ -1,7 +1,3 @@
/**
* @copyright 2015 by Tobias Reich
*/
/* Context ------------------------------------------------*/
.basicContext {

View File

@ -1,7 +1,3 @@
/**
* @copyright 2015 by Tobias Reich
*/
#imageview {
position: fixed;

View File

@ -1,7 +1,3 @@
/**
* @copyright 2015 by Tobias Reich
*/
#loading {
position: fixed;

View File

@ -1,7 +1,3 @@
/**
* @copyright 2015 by Tobias Reich
*/
.basicModalContainer {
background-color: black(.85);
}

View File

@ -1,7 +1,3 @@
/**
* @copyright 2015 by Tobias Reich
*/
#multiselect {
position: absolute;
background-color: rgba(0, 94, 204, .3);