Miscing groups (#9004)

* Fixed party invite accepting

* Fixed message sending and scrolling

* Fixed profile clicking

* Hids needs work

* Added group plan page images

* Added category to editing groups

* Added quest box fix

* Added tier styles

* Changed port back to 8080

* Fixed npc style
This commit is contained in:
Keith Holliday
2017-08-29 14:23:09 -06:00
committed by GitHub
parent 40567fc8d0
commit 560d247c9b
21 changed files with 214 additions and 58 deletions

View File

@@ -26,7 +26,7 @@
.col-md-4.sidebar
.section
.grassy-meadow-backdrop
.daniel_front
.daniel_front
.sleep.below-header-sections
strong(v-once) {{ $t('sleepDescription') }}
@@ -228,10 +228,9 @@
.daniel_front {
background-image: url('~assets/images/tavern_backdrop_web_daniel_and_props.png');
width: 100%;
height: 246px;
position: absolute;
top: 0;
width: 471px;
background-repeat: no-repeat;
margin: 0 auto;
}
@@ -310,11 +309,11 @@
color: #167e87;
}
.moderator {
.tier8, .moderator {
color: #277eab;
}
.staff {
.tier9, .staff {
color: #6133b4;
}