diff options
Diffstat (limited to 'vid-webpack-master/src/app/app.component.scss')
-rw-r--r-- | vid-webpack-master/src/app/app.component.scss | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/vid-webpack-master/src/app/app.component.scss b/vid-webpack-master/src/app/app.component.scss new file mode 100644 index 000000000..9149aefc0 --- /dev/null +++ b/vid-webpack-master/src/app/app.component.scss @@ -0,0 +1,24 @@ +// styles applied on :host are applied on the current component, "app" in this case +:host { + display: block; +} + +header { + background-color: #fff; + padding: 16px; + position: fixed; + top: 0; + left: 0; + width: 100%; + box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); +} + +main { + font-family: Arial, Helvetica, sans-serif; + display: block; +} + +footer { + text-align: center; + font-size: 0.8em; +} |