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 ------------------------------------------------*/ /* Animation Setter ------------------------------------------------*/
.fadeIn { .fadeIn {
animation-name: fadeIn; animation-name: fadeIn;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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