1
0
mirror of https://github.com/flarum/core.git synced 2025-08-10 18:35:56 +02:00

Merge branch 'evented-api'

This commit is contained in:
Toby Zerner
2015-07-21 10:40:38 +09:30
175 changed files with 1626 additions and 1453 deletions

View File

@@ -1,6 +1,6 @@
.DiscussionHero {
.badges {
margin-right: 5px;
margin-right: 10px;
margin-bottom: -2px;
}
}

View File

@@ -25,7 +25,7 @@
white-space: nowrap;
pointer-events: none;
.badge {
.Badge {
margin-left: -15px;
position: relative;
pointer-events: auto;

View File

@@ -1,6 +1,8 @@
.App {
position: relative !important;
padding-top: @header-height;
overflow-x: hidden;
min-height: 100vh;
@media @phone {
padding-top: @header-height-phone;

View File

@@ -32,7 +32,7 @@
.transition(background-color 0.2s);
.on& {
background: @primary-color;
background: #58A400;
}
&:before {

View File

@@ -72,11 +72,6 @@ p {
margin: 0 auto;
}
.global-page {
overflow-x: hidden;
min-height: 100vh;
}
mark {
background: #FFE300;
padding: 1px;