mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-17 07:12:12 +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 {
|
||||
width: 250px;
|
||||
background-color: white;
|
||||
}
|
||||
.logs {
|
||||
height: 350px;
|
||||
|
|
@ -126,8 +125,8 @@ $w: Min(10em, 100%);
|
|||
margin-bottom: -50px;
|
||||
align-content: center;
|
||||
width: 115px;
|
||||
padding: 15px;
|
||||
border-radius: 65px;
|
||||
padding: 5px;
|
||||
border-radius: 10px;
|
||||
border-color: rgba(113, 63, 230, 1);
|
||||
border-width: 2px;
|
||||
border-style: solid;
|
||||
|
|
|
|||
|
|
@ -16,15 +16,16 @@ html
|
|||
.logo
|
||||
a.navbar-brand(href='/')
|
||||
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
|
||||
li.nav-item
|
||||
if alive
|
||||
p.text-white Server is Online
|
||||
if !alive
|
||||
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
|
||||
if user == undefined
|
||||
li.nav-item
|
||||
|
|
|
|||
Loading…
Reference in a new issue