From 511404d23f5edd6ccf79db1fc1b0ba622134db24 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 29 Nov 2019 19:31:34 +0200 Subject: initial commit: working version --- ui/src/app/app.component.sass | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ui/src/app/app.component.sass (limited to 'ui/src/app/app.component.sass') 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 -- cgit