summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes/_get-app.scss
blob: 4d018fd780e3416c8a55c109fc065c2529407704 (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
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
.get-app {
    hr {
        border-top: 1px solid #ddd;
    }

    .get-app__header {
        color: #666;
        font-size: 20px;
        font-weight: bold;
        text-align: center
    }

    .get-app__screenshot {
        border-bottom: 1px solid #ddd;
        display: block;
        margin: auto;
    }

    .get-app__continue-with-browser {
        display: block;
        margin-top: 40px;
        padding-bottom: 30px;
        text-align: center;
    }
}

.get-android-app {
    margin: 20px;

    .get-app__header {
        text-align: left;
    }

    .get-android-app__icon {
        width: 60px;
    }

    .get-android-app__app-info {
        display: inline-block;
        margin-left: 8px;
        vertical-align: middle;

        .get-android-app__app-name {
            color: #666;
            display: block;
            font-size: 13px;
            font-weight: bold;
        }

        .get-android-app__app-creator {
            color: #aaa;
            display: block;
            font-size: 10px
        }
    }

    .get-app__screenshot {
        width: 240px;
    }

    .get-android-app__continue {
        display: block;
        font-size: 16px;
        margin-bottom: 40px;
        margin-top: 15px;
        padding: 12px;
    }
}

.get-ios-app {
    margin: 30px;

    .get-app__screenshot {
        width: 180px;
    }

    .get-ios-app__app-store-link {
        display: block;
        margin: auto;
        margin-bottom: 30px;
        width: 180px;
    }

    .get-ios-app__already-have-it {
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
    }

    .get-ios-app__open-mattermost {
        display: block;
        font-size: 20px;
        margin: auto;
        padding: 12px;
        width: 220px;
    }
}