summaryrefslogtreecommitdiff
path: root/client/css/user-registration.styl
blob: 2feeb631cd3abbcdfbc7bfa69ed818978a2718e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
@import colors

#user-registration
    padding-bottom: calc(2vw - 1em) !important
    @media (max-width: 750px)
        display: inline-grid !important
    form
        float: left
        @media (min-width: 600px)
            margin-right: 3em
        margin-bottom: 1em
    .info
        float: left
        border-radius: 0.2em
        width: 20em
        margin-bottom: 1em
        ul
            line-height: 1.8em
            list-style-type: none
            margin: 0
            padding: 0
            li
                margin: 0
                padding: 0
        i
            margin-right: 0.5em
        i.fa
            color: $main-color
        p:first-child
            margin: 0 0 0.5em 0
        p:last-child
            margin-bottom: 0