mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-16 23:02:13 +11:00
visual changes
This commit is contained in:
parent
a5a3158836
commit
8ae9a3c8f8
2 changed files with 6 additions and 6 deletions
|
|
@ -43,7 +43,6 @@ body {
|
||||||
}
|
}
|
||||||
.logo {
|
.logo {
|
||||||
width: 250px;
|
width: 250px;
|
||||||
background-color: white;
|
|
||||||
}
|
}
|
||||||
.logs {
|
.logs {
|
||||||
height: 350px;
|
height: 350px;
|
||||||
|
|
@ -126,8 +125,8 @@ $w: Min(10em, 100%);
|
||||||
margin-bottom: -50px;
|
margin-bottom: -50px;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
width: 115px;
|
width: 115px;
|
||||||
padding: 15px;
|
padding: 5px;
|
||||||
border-radius: 65px;
|
border-radius: 10px;
|
||||||
border-color: rgba(113, 63, 230, 1);
|
border-color: rgba(113, 63, 230, 1);
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
|
|
|
||||||
|
|
@ -16,15 +16,16 @@ html
|
||||||
.logo
|
.logo
|
||||||
a.navbar-brand(href='/')
|
a.navbar-brand(href='/')
|
||||||
img(src="/CCashLogo3.png" style="width:75px; height:74px")
|
img(src="/CCashLogo3.png" style="width:75px; height:74px")
|
||||||
button.navbar-toggler(type='button', data-toggle='collapse', data-target='#navbars', aria-controls='navbars', aria-expanded='false', aria-label='Toggle navigation')
|
|
||||||
span.navbar-toggler-icon
|
|
||||||
#navbars.collapse.navbar-collapse
|
|
||||||
ul.navbar-nav.mr-auto
|
ul.navbar-nav.mr-auto
|
||||||
li.nav-item
|
li.nav-item
|
||||||
if alive
|
if alive
|
||||||
p.text-white Server is Online
|
p.text-white Server is Online
|
||||||
if !alive
|
if !alive
|
||||||
p(style="color: red;") Server is offline
|
p(style="color: red;") Server is offline
|
||||||
|
button.navbar-toggler(type='button', data-toggle='collapse', data-target='#navbars', aria-controls='navbars', aria-expanded='false', aria-label='Toggle navigation')
|
||||||
|
span.navbar-toggler-icon
|
||||||
|
#navbars.collapse.navbar-collapse
|
||||||
|
|
||||||
ul.navbar-nav.mr-right.text-white
|
ul.navbar-nav.mr-right.text-white
|
||||||
if user == undefined
|
if user == undefined
|
||||||
li.nav-item
|
li.nav-item
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue