-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSessionsContainer.module.css
104 lines (104 loc) · 2.13 KB
/
SessionsContainer.module.css
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
.sessions {
position: relative;
line-height: 150%;
}
.buttonIcon {
position: relative;
width: 12.93px;
height: 12.93px;
overflow: hidden;
flex-shrink: 0;
display: none;
}
.label {
position: relative;
line-height: 150%;
font-weight: 500;
}
.button {
border-radius: 2.59px;
border: 0.6px solid var(--components-button-bordercolor);
display: flex;
flex-direction: row;
padding: 5.172380447387695px 10.34476089477539px;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 12.93px;
color: var(--components-button-color);
}
.thTueParent {
padding: 5.170755863189697px var(--padding-0) 5.170755863189697px
10.341511726379395px;
}
.ariaCasinoWithPhilParent,
.parent,
.thTueParent {
background-color: var(--white);
overflow: hidden;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
gap: 10.34px;
}
.ariaCasinoWithPhilParent {
padding: 5.170755863189697px 36.195289611816406px 5.170755863189697px
var(--padding-0);
}
.parent {
padding: 5.170755863189697px;
}
.div3 {
position: relative;
line-height: 150%;
color: var(--color-red);
}
.frameParent,
.group {
display: flex;
align-items: flex-start;
}
.group {
background-color: var(--white);
overflow: hidden;
flex-direction: column;
padding: 5.170755863189697px;
justify-content: flex-start;
gap: 10.34px;
color: var(--color-forestgreen);
}
.frameParent {
flex-direction: row;
justify-content: center;
gap: var(--gap-8xs);
font-size: var(--font-size-xs);
}
.june2023Parent,
.sessionsParent {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
gap: 2.59px;
font-size: var(--font-size-mini);
}
.sessionsParent {
margin: 0 !important;
position: absolute;
top: 90px;
left: 75px;
width: 280px;
height: 229.81px;
padding: var(--padding-21xl) var(--padding-0) var(--padding-0);
box-sizing: border-box;
align-items: center;
gap: 12.93px;
opacity: 0.9;
min-width: 280px;
z-index: 0;
text-align: left;
font-size: var(--font-size-base);
color: var(--color-black);
font-family: var(--font-vollkorn);
}