Skip to content

Commit

Permalink
Move static files to correct non-war folder (fixes #340)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Sep 21, 2019
1 parent ca8f1d9 commit 093e251
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
body, html {
margin: 0;
background-color:rgba(0,0,0,0) !important;
background-color: rgba(0, 0, 0, 0) !important;
}

.background{
background-color:black;
z-index:-100;
position:fixed !important;
left:0 ;
right:0 ;
bottom:0 ;
top:0;
height:auto !important;
filter:blur(10px);
.background {
background-color: black;
z-index: -100;
position: fixed !important;
left: 0;
right: 0;
bottom: 0;
top: 0;
height: auto !important;
filter: blur(10px);
}

a{
color: #008cba !important;
text-decoration: none;
a {
color: #008cba !important;
text-decoration: none;
}

.card {
Expand Down Expand Up @@ -90,26 +90,26 @@ ul {
padding-start: 0;
}

.mapTable{
display: flex;
justify-content:flex-start;
flex-direction:column;
.mapTable {
display: flex;
justify-content: flex-start;
flex-direction: column;
}

.mapTable div{
display: flex;
justify-content:space-between;
.mapTable div {
display: flex;
justify-content: space-between;
flex-direction: row;
flex-basis: 100%;
flex-basis: 100%;
}

.mapTable div:last-child input{
width:100%;
margin:20px;
.mapTable div:last-child input {
width: 100%;
margin: 20px;
}

.mapTable div div:first-child{
font-weight:bold;
.mapTable div div:first-child {
font-weight: bold;
align-items: center;
}

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 093e251

Please sign in to comment.