mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-14 20:11:10 +00:00
left out some stuff :D
This commit is contained in:
parent
6235fe0838
commit
4e2654aae2
3 changed files with 8 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue