1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 16:07:34 +02:00

Various appearance tweaks

This commit is contained in:
Toby Zerner
2015-05-27 16:22:02 +09:30
parent 6fed357605
commit 8f0989fb80
6 changed files with 13 additions and 4 deletions

View File

@@ -14,6 +14,8 @@
padding: 12px 16px;
border-radius: @border-radius-base;
background: #FFF2AE;
line-height: 1.5;
&, & a, & a:hover {
color: #AD6C00;
}

View File

@@ -10,7 +10,10 @@
.loading-indicator {
position: relative;
color: @fl-secondary-color;
}
.loading-indicator-inline {
display: inline-block;
width: 25px;
}
.loading-indicator-block {
height: 100px;

View File

@@ -14,6 +14,10 @@
& .alert {
border-radius: 0;
}
& .alert-controls {
margin: 0;
display: block;
}
}
.modal-body {
background-color: @fl-body-secondary-color;