aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/Login.css
blob: 46d168787de8040902b10e7e0ffd842c419929b1 (plain) (blame)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
@custom-media --viewport-desktop (width >=62.5rem);

#dialogt {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 30%);
}
#dialogw {
    z-index: 11;
    max-width: 96%;
    max-height: calc(100% - 100px);
    background-color: #fff;
}
#dialogw a {
    display: block;
}
#dialogw img {
    max-height: 100%;
    max-height: 90vh;
    max-width: 100%;
}
#dialog_header {
    width: 100%;
    height: 44px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.header_image {
    background: rgba(0, 0, 0, 28%);
}
#dialogc {
    cursor: pointer;
    color: #ccc;
    padding-right: 6px;
}
.dialoglogin {
    background: #fff;
    padding: 25px;
    margin: 0 auto;
}
@media (--viewport-desktop) {
    .dialoglogin {
        width: 300px;
    }
}
.dialog-opened {
    overflow: hidden;
}
#signemail,
#signfb,
#signvk {
    display: block;
    line-height: 32px;
    margin: 10px 0;
    text-decoration: none;
    width: 100%;
}
#signvk {
    margin-bottom: 30px;
}
.dialoglogin form {
    margin-top: 7px;
}
.signinput,
.signsubmit {
    border: 1px solid #CCC;
    margin: 3px 0;
    padding: 3px;
}
.signsubmit {
    width: 70px;
}
.dialogshare {
    background: #fff;
    min-width: 300px;
    overflow: auto;
    padding: 20px;
}
.dialogl {
    background: #fff;
    border: 1px solid #DDD;
    margin: 3px 0 20px;
    padding: 5px;
}
.dialogshare li {
    float: left;
    margin: 5px 10px 0 0;
}
.dialogshare a {
    display: block;
}
.dialogtxt {
    background: #fff;
    padding: 20px;
}