aboutsummaryrefslogtreecommitdiff
path: root/ui/src/app/app.component.sass
blob: 847fc302bcecdc87ed7cb0926ffc19503195a2fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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