Skip to content

Commit 32a59cb

Browse files
committed
Minor Fixes
1 parent eefe2d4 commit 32a59cb

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

assets/css/accordion.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,6 @@
5151
transition: max-height 0.2s ease-out;
5252
}
5353

54-
.mighty-accordion .mt-panel .panel .accordion-content {
55-
border-color: black;
56-
}
57-
58-
.mighty-accordion .panel {
59-
border: 1px solid rgba(146, 109, 109, 0.12156862745098039);
60-
}
61-
6254
.mighty-accordion .mt-panel .accordion .mt-accordion-title {
6355
font-weight: 500;
6456
}

assets/css/team.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@
1212
.elementor-widget-mt-team .mighty-team .person-designation {
1313
color: inherit;
1414
margin-top: 5px;
15-
font-size: 17px;
15+
font-size: 15px;
1616
}
1717

1818
.elementor-widget-mt-team .mighty-team .person-about {
1919
margin-top: 5px;
20+
font-size: 15px;
2021
}
2122

2223
.elementor-widget-mt-team .mighty-team .avatar-wrapper .img {

widgets/accordion.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,10 @@ protected function _register_controls() {
269269
'type' => Controls_Manager::DIMENSIONS,
270270
'size_units' => [ 'px', 'em', '%' ],
271271
'default' => [
272-
'top' => '5',
273-
'right' => '5',
274-
'bottom' => '5',
275-
'left' => '5',
272+
'top' => '2',
273+
'right' => '2',
274+
'bottom' => '2',
275+
'left' => '2',
276276
],
277277
'selectors' => [
278278
'{{WRAPPER}} .mighty-accordion .mt-panel .accordion .mt-accordion-title' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',

0 commit comments

Comments
 (0)