summaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/landing/landing.styl
blob: eb8e2544259eb6a79cf06bcc7d952588b21aa4c2 (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
.os-landing

  section
    display: flex;
    flex-flow: column;
    align-items: center;

  .sm-section-content
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    max-width: 1000px;

  .sm-landing-hero-section
    background-color: #2196F3;
    color: #f9f9f9;

    .sm-section-content

      .sm-login-subsection
        display: flex;
        justify-content: space-between;
        align-self: stretch;

      .sm-main-content
        display: flex;
        flex-flow: column nowrap;
        align-items: center;

        .sm-main-header
          display: flex;
          flex-flow: row;
          justify-content: space-around;
          
          .sm-logo
            padding: 30px; 
            width: 260px;

        .sm-description
          display: flex;
          flex-flow: column nowrap;
          align-items: center;

          p
            text-align: center;
            font-size: 20px;

  .sm-landing-section-2
    border-color: #fff;
    padding: 40px 0;
      
    .sm-section-content
      font-size: blue;
      
  .sm-desc-point
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;

    margin: 40px 0;

    .sm-desc-point-content
      flex: 0 0 400px;

      li
        margin: 10px 0;

    .sm-desc-point-icon
      display: flex;
      justify-content: center;
      align-items: center;

      padding: 0 60px;

      img
        width: 300px;
        padding: 0 10px;

      img.sm-big-image-icon
        width: 600px;