-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmob_dev_services.scss
77 lines (64 loc) · 1.8 KB
/
mob_dev_services.scss
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
.mob_dev_services {
&.development .list-with-images {
&__item-icon img {
border-radius: 20px;
box-shadow: none;
}
}
&__main {
background-image: linear-gradient(-135deg, $medium_purple 28.4%, rgba($buzok, .7) 52.42%, $medium_purple 73.77%);
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
.list-with-images.horizontal .list-with-images__item {
max-width: 150px;
width: 100%;
}
}
&__cross_platform {
background-image: linear-gradient($white, $palianytsia);
&.development__cards {
.cards-container {
justify-content: space-around;
.card {
max-width: 300px;
margin-right: 5px;
margin-left: 5px;
}
}
}
}
&__react_native {
background-image: linear-gradient($sky-ua, $white);
box-shadow: 0 4px 25px 0 rgba($purple-heart, .25);
}
&__flutter {
background-image: linear-gradient(-135deg, $moon_raker 28.4%, rgba($moon_raker, .25) 52.42%, $moon_raker 73.77%);
box-shadow: 0 4px 25px 0 rgba($purple-heart, .25);
}
&__ionic {
background-image: linear-gradient(135deg, $black_sea, $black_sea, $main-violet);
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
}
&__approaches {
.timeline-item { padding-bottom: 100px; }
.timeline-item:last-child:nth-child(odd)::before { bottom: 3em; }
}
&__engagement-models {
.card { justify-content: space-between; }
}
}
@media screen and (max-width: 767px) {
.mob_dev_services {
.list-with-images.horizontal {
justify-content: space-around;
.list-with-images__item-icon img { max-width: 135px; }
}
&__cross_platform {
.card__icon { margin-top: 20px; }
}
}
}
@media screen and (max-width: 767px) {
.mob_dev_services {
&__approaches .timeline-item { padding-bottom: 30px; }
}
}