left out some stuff :D

This commit is contained in:
supertiger1234 2019-11-23 20:14:20 +00:00
parent 6235fe0838
commit 4e2654aae2
3 changed files with 8 additions and 10 deletions

View file

@ -28,10 +28,10 @@
display: flex;
flex-direction: column;
user-select: none;
background-image: url("../../../../assets/leftPanelBackground.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
overflow: hidden;
box-shadow: 0px 0px 20px 5px #151515bd;
background-color: #044050;
border-radius: 4px;
}
.material-icons{
font-size: 80px;

View file

@ -215,7 +215,7 @@ export default {
position: relative;
overflow: hidden;
box-shadow: 0px 0px 20px 5px #151515bd;
background: linear-gradient(#0B4155, #01677E);
background-color: #01677E;
border-radius: 4px;
}
.info {
@ -300,7 +300,7 @@ export default {
}
.chat-input {
font-family: "Roboto", sans-serif;
background: #032d38;
background: #014655;
color: white;
width: 100%;
height: 20px;

View file

@ -65,7 +65,7 @@ body {
display: flex;
flex-direction: column;
color: white;
background: #173d42;
background: linear-gradient(#0B4155, #01677E);
}
.app-content {
display: flex;
@ -94,9 +94,7 @@ body {
align-items: center;
z-index: 9999;
padding-bottom: 20px;
background-image: url("../assets/leftPanelBackground.jpg");
background-position: center;
background-size: cover;
background: #044050;
}
.box .title {
text-align: center;