aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/signup/signup.component.css
blob: 2a1001618f8ad8ff7db7255b24871f6f510377fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
:host, .border {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    gap: 5px
}

.border {
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    margin: 10px;
    position: absolute;
    background-color: white;
    box-shadow: 0 0 10px 10px black;
}