mirror of
https://github.com/flarum/framework.git
synced 2025-02-17 02:02:47 +08:00
Use @control-bg for Slidable content (#2381)
This commit is contained in:
parent
ce7aa224f0
commit
32dc54becc
|
@ -44,7 +44,7 @@
|
||||||
|
|
||||||
.sliding& {
|
.sliding& {
|
||||||
position: relative;
|
position: relative;
|
||||||
background: #fff;
|
background: @control-bg;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
.box-shadow(0 2px 6px @shadow-color);
|
.box-shadow(0 2px 6px @shadow-color);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user