aboutsummaryrefslogtreecommitdiff
path: root/ui/src/app/app.component.sass
diff options
context:
space:
mode:
authorAlex <alexta69@gmail.com>2019-11-29 19:31:34 +0200
committerAlex <alexta69@gmail.com>2019-11-29 19:31:34 +0200
commit511404d23f5edd6ccf79db1fc1b0ba622134db24 (patch)
tree345fe66b840cd6496e1d4a7361a6b309519cad55 /ui/src/app/app.component.sass
downloadmetube-511404d23f5edd6ccf79db1fc1b0ba622134db24.tar.gz
metube-511404d23f5edd6ccf79db1fc1b0ba622134db24.tar.bz2
metube-511404d23f5edd6ccf79db1fc1b0ba622134db24.zip
initial commit: working version
Diffstat (limited to 'ui/src/app/app.component.sass')
-rw-r--r--ui/src/app/app.component.sass16
1 files changed, 16 insertions, 0 deletions
diff --git a/ui/src/app/app.component.sass b/ui/src/app/app.component.sass
new file mode 100644
index 0000000..847fc30
--- /dev/null
+++ b/ui/src/app/app.component.sass
@@ -0,0 +1,16 @@
+.add-url-box
+ padding: 5rem 0
+ max-width: 720px
+ margin: auto
+
+.rounded-box
+ border: 1px solid rgba(0,0,0,.125)
+ border-radius: .25rem
+
+th
+ border-top: 0
+ border-bottom: 3px solid #dee2e6 !important
+
+.disabled
+ opacity: 0.5
+ pointer-events: none
bgstack15