1
1
: root {
2
- --md-primary-fg-color : # 273646 ;
2
+ --md-primary-fg-color : # 273646 ;
3
3
--md-primary-fg-color--light : # 374c62 ;
4
4
--md-primary-fg-color--dark : # 1c2631 ;
5
5
}
6
6
7
- .phalcon-blog__sponsors-items img {
8
- box-sizing : border-box;
7
+ .phalcon-blog__sponsors-items {
9
8
display : flex;
10
9
flex-wrap : wrap;
10
+ justify-content : center;
11
11
}
12
12
13
13
.phalcon-blog__sponsors-items img {
14
- margin-bottom : 0 ;
14
+ max-width : 140px ;
15
+ width : 100% ;
15
16
}
16
17
17
- .phalcon-blog__sponsors-items a : hover {
18
- border-bottom-color : # 273646 ;
18
+ .phalcon-blog__sponsors-items a {
19
+ margin-bottom : 30px ;
20
+ display : flex;
21
+ align-items : center;
22
+ justify-content : center;
23
+ border : 1px solid rgba (39 , 54 , 70 , .4 );
24
+ padding : 10px 15px ;
25
+ border-radius : 4px ;
26
+ width : 46% ;
27
+ margin-right : 10px ;
28
+ margin-left : 10px ;
19
29
}
20
30
21
- . version-th-center , . version-td-center {
22
- text-align : center;
23
- }
24
- . version-th-right , . version-td-right {
25
- text-align : right;
31
+ @media screen and ( max-width : 600 px ) {
32
+ . phalcon-blog__sponsors-items a {
33
+ width : 100 % ;
34
+ margin-bottom : 20 px ;
35
+ }
26
36
}
27
- .current-version {
28
- background-color : # D4F4B4 ;
37
+
38
+ .phalcon-blog__sponsors-items a : hover {
39
+ border-bottom-color : # 273646 ;
29
40
}
30
- .previous-version {
31
- background-color : # FEF8C6 ;
41
+
42
+ [data-md-color-scheme = "slate" ] .phalcon-blog__sponsors-items a {
43
+ background-color : # ffffffb3 ;
32
44
}
33
45
34
46
[data-md-color-scheme = "slate" ] .md-typeset a {
47
59
color : # 02d3b8 !important ;
48
60
}
49
61
62
+ /* Releases page table */
63
+ .version-th-center , .version-td-center {
64
+ text-align : center;
65
+ }
66
+ .version-th-right , .version-td-right {
67
+ text-align : right;
68
+ }
69
+ .current-version {
70
+ background-color : # d4f4b4 ;
71
+ }
72
+ .previous-version {
73
+ background-color : # fef8c6 ;
74
+ }
75
+
76
+ /* Releases page legend */
50
77
.legend {
51
78
padding-left : 0.3em ;
52
79
white-space : nowrap;
53
80
}
54
81
55
82
.legend-old-version {
56
- border-left : 1.2em solid # FDB3AB ;
83
+ border-left : 1.2em solid # fdb3ab ;
57
84
}
58
85
59
86
.legend-old-version-supported {
60
- border-left : 1.2em solid # FEF8C6 ;
87
+ border-left : 1.2em solid # fef8c6 ;
61
88
}
62
89
63
90
.legend-latest {
64
- border-left : 1.2em solid # D4F4B4 ;
91
+ border-left : 1.2em solid # d4f4b4 ;
65
92
}
66
93
67
94
.legend-preview {
68
- border-left : 1.2em solid # FED1A0 ;
95
+ border-left : 1.2em solid # fed1a0 ;
69
96
}
70
97
71
98
.legend-future {
72
- border-left : 1.2em solid # C1E6F5 ;
99
+ border-left : 1.2em solid # c1e6f5 ;
73
100
}
74
101
75
102
.md-header__button .md-logo img ,
76
103
.md-header__button .md-logo svg {
77
104
height : 2rem !important ;
78
- }
105
+ }
0 commit comments