@@ -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
0 commit comments