mirror of
https://github.com/flarum/framework.git
synced 2024-12-13 07:03:35 +08:00
Various appearance tweaks
This commit is contained in:
parent
102c794a2c
commit
f4dc1b5d04
|
@ -118,7 +118,7 @@
|
||||||
background: @fl-body-bg;
|
background: @fl-body-bg;
|
||||||
}
|
}
|
||||||
&.active:not(.full-screen) {
|
&.active:not(.full-screen) {
|
||||||
box-shadow: 0 2px 6px @fl-shadow-color, 0 0 0 2px @fl-body-primary-color;
|
box-shadow: 0 0 0 2px @fl-body-primary-color, 0 2px 6px @fl-shadow-color;
|
||||||
}
|
}
|
||||||
&.minimized {
|
&.minimized {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
margin: -2px -3px;
|
margin: -2px -3px;
|
||||||
}
|
}
|
||||||
&.unread .notifications-icon {
|
&.unread .notifications-icon {
|
||||||
background: #e7562e;
|
background: @fl-body-primary-color;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.notifications-header {
|
.notifications-header {
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
border-radius: @border-radius-base;
|
border-radius: @border-radius-base;
|
||||||
padding: 40px 30px;
|
padding: 50px 30px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
|
@ -14,6 +14,8 @@
|
||||||
padding: 12px 16px;
|
padding: 12px 16px;
|
||||||
border-radius: @border-radius-base;
|
border-radius: @border-radius-base;
|
||||||
background: #FFF2AE;
|
background: #FFF2AE;
|
||||||
|
line-height: 1.5;
|
||||||
|
|
||||||
&, & a, & a:hover {
|
&, & a, & a:hover {
|
||||||
color: #AD6C00;
|
color: #AD6C00;
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,10 @@
|
||||||
|
|
||||||
.loading-indicator {
|
.loading-indicator {
|
||||||
position: relative;
|
position: relative;
|
||||||
color: @fl-secondary-color;
|
}
|
||||||
|
.loading-indicator-inline {
|
||||||
|
display: inline-block;
|
||||||
|
width: 25px;
|
||||||
}
|
}
|
||||||
.loading-indicator-block {
|
.loading-indicator-block {
|
||||||
height: 100px;
|
height: 100px;
|
||||||
|
|
|
@ -14,6 +14,10 @@
|
||||||
& .alert {
|
& .alert {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
& .alert-controls {
|
||||||
|
margin: 0;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.modal-body {
|
.modal-body {
|
||||||
background-color: @fl-body-secondary-color;
|
background-color: @fl-body-secondary-color;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user