Blame view

src/assets/scss/_xsmall.scss 3.52 KB
8a0dd59d9   Digvijay Singh   first commit
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
  @media only screen and (min-width: 551px) {
    .show-xs {
      display: none !important;
    }
    .VideoBg {
      video {
        width: 100% !important;
      }
    }
  }
  @media only screen and (max-width: 550px) {
      .profile-section, .profile-hero-filler, .profile-hero-section {
        display: none !important;
      }
    .p-section {
      p {
        font-size: 15px;
      }
      h2 {
        margin-bottom: 20px;
        span {
          font-weight: 700;
          font-size: 20px;
        }
      }
      ul {
        li {
          font-size: 15px;
          img {
            width: 15px;
          }
        }
      }
    }
      .course-recom-section {
        &:before {
          display: none;
        }
      }
    .my-profile {
      .course-recom-section, .stuff-recom-section {
        h2 {
          font-size: 25px;
        }
      }
      .profile-mobile-section {
        .row-3 {
          >div {
            width: 50% !important;
            h3 {
              font-size: 14px;
            }
            ul {
              li {
                font-weight: 100;
                >span {
                  font-weight: 700;
                  padding-left: 5px;
                }
              }
            }
          }
        }
      }
      .profile-strength-section {
        h2 {
          font-weight: 600;
          border-bottom: 4px solid #cccccc;
          margin-bottom: 20px !important;
          span {
            background-color: #ffffff;
            display: inline-block;
            line-height: 40px;
            position: relative;
            top: 5px;
          }
        }
      }
    }
      .profile-mobile-section {
        background-color: #fff;
        padding-top: 110px;
        padding-bottom: 20px;
        .contact-user {
          color: #fff;
          font-size: 18px;
          margin-bottom: 15px;
          a {
            color: #ffffff;
            font-weight: 600;
          }
        }
        >.container {
          background-color: $secondaryColor;
        }
        .row-1 {
          h2 {
            color: #ffffff;
            font-size: 20px;
            font-weight: 700;
            padding-top: 20px;
          }
          .profile-m-outer {
            border: 11px solid #ffffff;
            border-radius: 310px 40px 200px 0;
            position: absolute;
            width: 108px;
            height: 196px;
            top: -119px;
            left: 18px;
            background-color: #ffffff;
          }
          .profile-m {
            width: 90px;
            height: 90px;
            border-radius: 50%;
            float: left;
            margin-right: 28px;
            position: relative;
            bottom: 30px;
            left: 10px;
          }
        }
        .row-2 {
          p {
            font-size: 15px;
            color: #ffffff;
            margin-bottom: 20px;
          }
        }
        .row-3 {
          .dropdown-item {
            h3 {
              font-size: 14px;
              span {
                font-weight: 600;
              }
            }
          }
          >div {
            &:first-child {
              width: 70%;
              padding-left: 15px;
              ul {
                li {
                  margin-right: 3px;
                  font-size: 14px;
                  img {
                    margin-right: 1px;
                  }
                }
              }
            }
            &:last-child {
              width: 30%;
              text-align: right;
              padding-right: 15px;
              ul {
                li {
                  margin-left: 5px;
                }
              }
            }
            ul {
              li {
                display: inline-block;
                color: #ffffff;
                font-weight: 600;
                img {
  
                }
              }
            }
          }
        }
      }
    }