mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-07-04 18:40:39 +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;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
background-image: url("../../../../assets/leftPanelBackground.jpg");
|
overflow: hidden;
|
||||||
background-repeat: no-repeat;
|
box-shadow: 0px 0px 20px 5px #151515bd;
|
||||||
background-position: center;
|
background-color: #044050;
|
||||||
background-size: cover;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.material-icons{
|
.material-icons{
|
||||||
font-size: 80px;
|
font-size: 80px;
|
||||||
|
|
|
||||||
|
|
@ -215,7 +215,7 @@ export default {
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
box-shadow: 0px 0px 20px 5px #151515bd;
|
box-shadow: 0px 0px 20px 5px #151515bd;
|
||||||
background: linear-gradient(#0B4155, #01677E);
|
background-color: #01677E;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.info {
|
.info {
|
||||||
|
|
@ -300,7 +300,7 @@ export default {
|
||||||
}
|
}
|
||||||
.chat-input {
|
.chat-input {
|
||||||
font-family: "Roboto", sans-serif;
|
font-family: "Roboto", sans-serif;
|
||||||
background: #032d38;
|
background: #014655;
|
||||||
color: white;
|
color: white;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@ body {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
color: white;
|
color: white;
|
||||||
background: #173d42;
|
background: linear-gradient(#0B4155, #01677E);
|
||||||
}
|
}
|
||||||
.app-content {
|
.app-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -94,9 +94,7 @@ body {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
background-image: url("../assets/leftPanelBackground.jpg");
|
background: #044050;
|
||||||
background-position: center;
|
|
||||||
background-size: cover;
|
|
||||||
}
|
}
|
||||||
.box .title {
|
.box .title {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue