blob: 22be3be59e4af7a884d7d5ab3f51c595b13f4c77 [file] [log] [blame]
scmmishra836a4b52018-10-08 15:26:05 +05301.page-content {
2 padding-bottom: 0px !important;
3}
4
5.dashboard-section {
6 margin: auto;
7 max-width: 90%;
8}
9
10.dashboard-section h1 {
11 font-size: 1.5em;
12}
13
14@media(min-width: 768px) {
15 .dashboard-section {
16 max-width: 80%;
17 }
18}
19
20@media(min-width: 992px) {
21 .dashboard-section {
22 max-width: 65%;
23 }
24}
25
26.hero-content h1 {
27 font-size: 1.85em;
28 font-weight: 300;
29}
30
31.hero {
32 border-bottom: 0px;
33}
34
35.erp-hero {
36 border-bottom: 1px solid #e1e9f0;
37}
38
39.hero-content p {
40 margin-bottom: 100px;
41}
42
43.navbar {
44 border-bottom: 0px;
45}
46
47.main-illustration {
48 margin: -90px 0 -60px -32px;
49 min-height: 420px;
50}
51
52.hero-title {
53 font-size: 32px;
54}
55
56@media screen and (max-width: 750px) {
57 .main-illustration {
58 min-height: inherit;
59 }
60}
61
62@media screen and (max-width: 480px) {
63 .main-illustration {
64 margin: -60px 0 -20px -16px;
65 }
66
67 .hero-title {
68 font-size: 26px;
69 }
70
71 .hero-title+p {
72 font-size: 16px;
73 }
74}
75
76
77.modal-dialog {
78 max-width: 800px;
79 margin: 30px auto;
80}
81
82.modal-body {
83 position: relative;
84 padding: 0px;
85 background-color: black;
86}
87
88.close {
89 position: absolute;
90 right: -30px;
91 top: 0;
92 z-index: 999;
93 font-size: 2rem;
94 font-weight: normal;
95 color: #fff;
96 opacity: 1;
97}
98
99.video-btn {
100 color: white !important;
101}