Use shadow-panel mixin
This commit is contained in:
parent
0019a9167f
commit
ce3489561e
@ -1,6 +1,7 @@
|
|||||||
@mixin block-list {
|
@mixin block-list {
|
||||||
@include panel-margin;
|
@include panel-margin;
|
||||||
box-shadow: 0 6px 18px 0 rgba(144,164,183,0.3);
|
@include shadow-panel
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
ul, dl {
|
ul, dl {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
@ -18,8 +19,6 @@
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
background-color: $color-gray-lightest;
|
background-color: $color-gray-lightest;
|
||||||
padding: $gap 2 * $gap;
|
padding: $gap 2 * $gap;
|
||||||
border-top: none;
|
|
||||||
border-bottom: none;
|
|
||||||
color: $color-gray;
|
color: $color-gray;
|
||||||
|
|
||||||
.icon-tooltip {
|
.icon-tooltip {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user