|
@@ -7,20 +7,32 @@
|
7
|
7
|
width: 100%;
|
8
|
8
|
}
|
9
|
9
|
|
10
|
|
-.seasonalCreatures_title {
|
11
|
|
- margin-bottom: 16px;
|
12
|
|
-}
|
13
|
|
-
|
14
|
|
-.seasonalCreatures_title::before {
|
|
10
|
+.seasonalCreaturesTitleBar {
|
15
|
11
|
content: '';
|
16
|
12
|
width: 94%;
|
17
|
13
|
height: 4px;
|
18
|
14
|
display: inline-block;
|
19
|
|
- background-color: gray;
|
|
15
|
+ background-color: #F0F0F0;
|
20
|
16
|
position: absolute;
|
21
|
17
|
top: 148px;
|
22
|
18
|
}
|
23
|
19
|
|
|
20
|
+.seasonalCreaturesTitleBar::after {
|
|
21
|
+ content: '';
|
|
22
|
+ width: 20px;
|
|
23
|
+ height: 20px;
|
|
24
|
+ border-radius: 50%;
|
|
25
|
+ display: inline-block;
|
|
26
|
+ background-color: #F0F0F0;
|
|
27
|
+ position: absolute;
|
|
28
|
+ top: -8px;
|
|
29
|
+ right: -4px;
|
|
30
|
+}
|
|
31
|
+
|
|
32
|
+.seasonalCreatures_title {
|
|
33
|
+ margin-bottom: 16px;
|
|
34
|
+}
|
|
35
|
+
|
24
|
36
|
.seasonalCreatures_titleText {
|
25
|
37
|
font-size: 24px;
|
26
|
38
|
font-weight: bold;
|