diff options
Diffstat (limited to 'frontend/src/app/_elements/hidden-layer/hidden-layer.component.css')
-rw-r--r-- | frontend/src/app/_elements/hidden-layer/hidden-layer.component.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/src/app/_elements/hidden-layer/hidden-layer.component.css b/frontend/src/app/_elements/hidden-layer/hidden-layer.component.css new file mode 100644 index 00000000..c8db6056 --- /dev/null +++ b/frontend/src/app/_elements/hidden-layer/hidden-layer.component.css @@ -0,0 +1,5 @@ +.container{ + max-width: 15rem; + border: 1px solid white; + border-radius: 5px; +} |