Skip to content
This repository was archived by the owner on Apr 16, 2023. It is now read-only.

Commit c2cbac7

Browse files
[DEV] Copy fix. Version bump
1 parent 164f1b6 commit c2cbac7

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -149,22 +149,22 @@ slideOutPanel.destroy();
149149

150150
<br>
151151

152-
Variable | Type | Default | Description
153-
:----- | :----- | :----- | :-----
154-
$pieces-padding | string | 15px | Padding for the panel pieces (header, section, footer)
155-
$so-screen-sm | | 768px | Responsive breakpoint
156-
$so-close-btn-color | | #000 | Color of the close button
157-
$so-close-font-size | | 12px | Font size of the close button
158-
$so-container-background | | #fff | The panel background color
159-
$so-container-box-shadow | | -3px 3px 9px rgba(0, 0, 0, .3) | The panel box shadow
160-
$so-container-transition | | top ease, right ease, bottom ease, left ease |
161-
$so-container-z-index | | 9999 | The panel z-index
162-
$so-content-no-header-padding-top | | $pieces-padding * 2 | The top padding of the `<section>` when there is no header
163-
$so-header-background-color | | #fff | The header background color
164-
$so-header-border-color | | #e5e5e5 | The header bottom border color
165-
$so-header-border-width | | 1px | The header border width
166-
$so-content-background-color | | #fff | The `<section>` background color
167-
$so-footer-background-color | | #fff | The `<footer>` background color
152+
Variable | Default | Description
153+
:----- | :----- | :-----
154+
$pieces-padding | 15px | Padding for the panel pieces (header, section, footer)
155+
$so-screen-sm | 768px | Responsive breakpoint
156+
$so-close-btn-color | #000 | Color of the close button
157+
$so-close-font-size | 12px | Font size of the close button
158+
$so-container-background | #fff | The panel background color
159+
$so-container-box-shadow | -3px 3px 9px rgba(0, 0, 0, .3) | The panel box shadow
160+
$so-container-transition | top ease, right ease, bottom ease, left ease | Transition effect
161+
$so-container-z-index | 9999 | The panel z-index
162+
$so-content-no-header-padding-top | $pieces-padding * 2 | The top padding of the `<section>` when there is no header
163+
$so-header-background-color | #fff | The header background color
164+
$so-header-border-color | #e5e5e5 | The header bottom border color
165+
$so-header-border-width | 1px | The header border width
166+
$so-content-background-color | #fff | The `<section>` background color
167+
$so-footer-background-color | #fff | The `<footer>` background color
168168

169169
<br>
170170

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-slideoutpanel",
3-
"version": "1.0.23",
3+
"version": "1.0.24",
44
"description": "jQuery SlideOutPanel is a jQuery Plugin to add a sliding out panel.",
55
"main": "Gruntfile.js",
66
"scripts": {

0 commit comments

Comments
 (0)