1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 14:10:37 +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,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;