Account page
This commit is contained in:
@@ -37,7 +37,7 @@ jQuery( document ).ready(function( $ ) {
|
||||
// Establish WebSocket connection
|
||||
// ====================================
|
||||
|
||||
var socket = io(ioHost);
|
||||
var socket = io(window.location.origin);
|
||||
|
||||
//=include components/search.js
|
||||
|
||||
|
@@ -12,4 +12,6 @@
|
||||
|
||||
@import './layout/_header';
|
||||
@import './layout/_footer';
|
||||
@import './layout/_content';
|
||||
@import './layout/_content';
|
||||
|
||||
@import './pages/_account';
|
@@ -100,7 +100,7 @@
|
||||
|
||||
img.pagelogo {
|
||||
float: right;
|
||||
margin-top: -50px;
|
||||
margin-top: -75px;
|
||||
max-width: 200px;
|
||||
background-color: #FFF;
|
||||
}
|
||||
|
17
client/scss/pages/_account.scss
Normal file
17
client/scss/pages/_account.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
.account-profile-provider {
|
||||
height: 32px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.fa {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.is-blue {
|
||||
color: $blue;
|
||||
}
|
||||
.is-purple {
|
||||
color: $purple;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user