mirror of
https://github.com/flarum/core.git
synced 2025-08-06 16:36:47 +02:00
Various appearance tweaks
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
background: @fl-body-bg;
|
||||
}
|
||||
&.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 {
|
||||
height: 50px;
|
||||
|
@@ -32,7 +32,7 @@
|
||||
margin: -2px -3px;
|
||||
}
|
||||
&.unread .notifications-icon {
|
||||
background: #e7562e;
|
||||
background: @fl-body-primary-color;
|
||||
color: #fff;
|
||||
}
|
||||
.notifications-header {
|
||||
|
@@ -5,7 +5,7 @@
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
border-radius: @border-radius-base;
|
||||
padding: 40px 30px;
|
||||
padding: 50px 30px;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
|
Reference in New Issue
Block a user