Browse Source

Removed copyright from some files

Tobias Reich 8 years ago
parent
commit
e90d125a20

+ 0 - 4
src/styles/_animations.scss

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

+ 1 - 0
src/styles/_basicContext.custom.scss

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

+ 0 - 4
src/styles/_basicContext.extended.scss

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

+ 0 - 4
src/styles/_imageview.scss

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

+ 0 - 4
src/styles/_loading.scss

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

+ 0 - 4
src/styles/_message.scss

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

+ 0 - 4
src/styles/_multiselect.scss

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