@@ -11503,6 +11503,8 @@ body .mapboxgl-ctrl {
11503
11503
font-size: 15px;
11504
11504
padding: 8px 20px;
11505
11505
border: none; }
11506
+ .sm-legend .sm-card__content {
11507
+ box-shadow: unset; }
11506
11508
.sm-legend .el-card__body {
11507
11509
padding: 0px; }
11508
11510
.sm-legend__table {
@@ -11827,22 +11829,22 @@ body .mapboxgl-ctrl {
11827
11829
.sm-card__icon.is-top-left {
11828
11830
top: 0;
11829
11831
left: 0; }
11830
- .sm-card__widget-icon.is-auto-rotate {
11832
+ .sm-card__icon.is-top-left .sm- card__widget-icon.is-auto-rotate {
11831
11833
transform: rotate(45deg); }
11832
11834
.sm-card__icon.is-bottom-left {
11833
11835
top: 0;
11834
11836
left: 0; }
11835
- .sm-card__widget-icon.is-auto-rotate {
11837
+ .sm-card__icon.is-bottom-left .sm- card__widget-icon.is-auto-rotate {
11836
11838
transform: rotate(45deg); }
11837
11839
.sm-card__icon.is-top-right {
11838
11840
top: 0;
11839
11841
right: 0; }
11840
- .sm-card__widget-icon.is-auto-rotate {
11842
+ .sm-card__icon.is-top-right .sm- card__widget-icon.is-auto-rotate {
11841
11843
transform: rotate(135deg); }
11842
11844
.sm-card__icon.is-bottom-right {
11843
11845
top: 0;
11844
11846
right: 0; }
11845
- .sm-card__widget-icon.is-auto-rotate {
11847
+ .sm-card__icon.is-bottom-right .sm- card__widget-icon.is-auto-rotate {
11846
11848
transform: rotate(135deg); }
11847
11849
.sm-card__header {
11848
11850
padding: 5px 0px 5px 10px;
@@ -11858,6 +11860,7 @@ body .mapboxgl-ctrl {
11858
11860
font-weight: 700; }
11859
11861
.sm-card__content {
11860
11862
width: 280px;
11863
+ box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
11861
11864
background: rgba(27, 24, 24, 0.8);
11862
11865
transition: all 0.5s;
11863
11866
position: relative; }
@@ -22878,6 +22881,8 @@ body .mapboxgl-ctrl {
22878
22881
font-size: 15px;
22879
22882
padding: 8px 20px;
22880
22883
border: none; }
22884
+ .sm-legend .sm-card__content {
22885
+ box-shadow: unset; }
22881
22886
.sm-legend .el-card__body {
22882
22887
padding: 0px; }
22883
22888
.sm-legend__table {
@@ -23202,22 +23207,22 @@ body .mapboxgl-ctrl {
23202
23207
.sm-card__icon.is-top-left {
23203
23208
top: 0;
23204
23209
left: 0; }
23205
- .sm-card__widget-icon.is-auto-rotate {
23210
+ .sm-card__icon.is-top-left .sm- card__widget-icon.is-auto-rotate {
23206
23211
transform: rotate(45deg); }
23207
23212
.sm-card__icon.is-bottom-left {
23208
23213
top: 0;
23209
23214
left: 0; }
23210
- .sm-card__widget-icon.is-auto-rotate {
23215
+ .sm-card__icon.is-bottom-left .sm- card__widget-icon.is-auto-rotate {
23211
23216
transform: rotate(45deg); }
23212
23217
.sm-card__icon.is-top-right {
23213
23218
top: 0;
23214
23219
right: 0; }
23215
- .sm-card__widget-icon.is-auto-rotate {
23220
+ .sm-card__icon.is-top-right .sm- card__widget-icon.is-auto-rotate {
23216
23221
transform: rotate(135deg); }
23217
23222
.sm-card__icon.is-bottom-right {
23218
23223
top: 0;
23219
23224
right: 0; }
23220
- .sm-card__widget-icon.is-auto-rotate {
23225
+ .sm-card__icon.is-bottom-right .sm- card__widget-icon.is-auto-rotate {
23221
23226
transform: rotate(135deg); }
23222
23227
.sm-card__header {
23223
23228
padding: 5px 0px 5px 10px;
@@ -23233,6 +23238,7 @@ body .mapboxgl-ctrl {
23233
23238
font-weight: 700; }
23234
23239
.sm-card__content {
23235
23240
width: 280px;
23241
+ box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
23236
23242
background: #FFFFFF;
23237
23243
transition: all 0.5s;
23238
23244
position: relative; }
0 commit comments