diff options
Diffstat (limited to 'components/panel/panel.scss')
-rw-r--r-- | components/panel/panel.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/components/panel/panel.scss b/components/panel/panel.scss new file mode 100644 index 0000000..921dd74 --- /dev/null +++ b/components/panel/panel.scss @@ -0,0 +1,8 @@ +.sdc-panel { + width: 280px; + overflow-y: auto; + height: 100%; + box-shadow: 1px 0px 4px 0px $light-gray; + background-color: $white; + padding: 0; +}
\ No newline at end of file |