1
0
mirror of https://github.com/flarum/core.git synced 2025-01-17 22:29:15 +01:00

Use @control-bg for Slidable content (#2381)

This commit is contained in:
Sami Mazouz 2020-10-09 19:37:47 +01:00 committed by GitHub
parent 656409794c
commit a0c36a015b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@
.sliding& {
position: relative;
background: #fff;
background: @control-bg;
z-index: 2;
border-radius: 2px;
.box-shadow(0 2px 6px @shadow-color);