forked from TowhidKashem/snapchat-clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstorybook.scss
82 lines (68 loc) · 1.15 KB
/
storybook.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
78
79
80
81
82
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;0,500;0,600;0,700;1,900&display=swap');
@import '~styles/vars';
@import '~styles/extendables';
body {
#root {
@extend %center-x-y;
position: relative;
max-width: 1000px;
height: 100vh;
margin: 0 auto;
.btn,
.ico-lg {
.icon {
font-size: 40px;
}
}
.input {
max-width: 400px;
input[type='text'] {
color: $color-white;
}
}
.pill {
.icon {
font-size: 18px;
color: $color-grey-shade-2;
}
}
.pod {
&.action-item {
width: 400px;
.btn {
.icon {
font-size: inherit;
}
}
}
&.spotlight,
&.user {
width: 190px;
}
}
.skeleton-frame {
width: 200px;
}
.widget {
> header,
p {
color: $color-white;
}
}
.header {
.input {
width: 275px;
}
.btn-user {
.icon {
font-size: 25px;
}
}
.right {
.icon {
font-size: 15px;
}
}
}
}
}