Removed copyright from some files
This commit is contained in:
parent
a1700fefe5
commit
e90d125a20
@ -1,7 +1,3 @@
|
|||||||
/**
|
|
||||||
* @copyright 2015 by Tobias Reich
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Animation Setter ------------------------------------------------*/
|
/* Animation Setter ------------------------------------------------*/
|
||||||
.fadeIn {
|
.fadeIn {
|
||||||
animation-name: fadeIn;
|
animation-name: fadeIn;
|
||||||
|
@ -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;
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
/**
|
|
||||||
* @copyright 2015 by Tobias Reich
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Context ------------------------------------------------*/
|
/* Context ------------------------------------------------*/
|
||||||
.basicContext {
|
.basicContext {
|
||||||
|
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
/**
|
|
||||||
* @copyright 2015 by Tobias Reich
|
|
||||||
*/
|
|
||||||
|
|
||||||
#imageview {
|
#imageview {
|
||||||
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
/**
|
|
||||||
* @copyright 2015 by Tobias Reich
|
|
||||||
*/
|
|
||||||
|
|
||||||
#loading {
|
#loading {
|
||||||
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
/**
|
|
||||||
* @copyright 2015 by Tobias Reich
|
|
||||||
*/
|
|
||||||
|
|
||||||
.basicModalContainer {
|
.basicModalContainer {
|
||||||
background-color: black(.85);
|
background-color: black(.85);
|
||||||
}
|
}
|
||||||
|
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user