We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540d621 commit 5b26866Copy full SHA for 5b26866
src/components/TryCloudCard/styles.module.scss
@@ -1,5 +1,5 @@
1
.card {
2
- background-color: var( --ifm-try-card-free);
+ background-color: var(--ifm-try-card-free);
3
border-radius: 8px;
4
margin-bottom: 12px;
5
padding: 1rem;
@@ -9,7 +9,7 @@
9
color: var(--color-text-0);
10
@media only screen and (max-width: 1110px) {
11
display: none;
12
- }
+ }
13
&.zh {
14
.header h6 {
15
font-size: 13px;
@@ -24,7 +24,7 @@
24
display: flex;
25
justify-content: flex-start;
26
padding-right: 28px;
27
- h6{
+ h6 {
28
font-size: 14px;
29
font-weight: 600;
30
line-height: 1.3;
@@ -59,8 +59,8 @@
59
}
60
.close {
61
position: absolute;
62
- right: 0;
63
- top: 2px;
+ right: -6px;
+ top: -6px;
64
cursor: pointer;
65
opacity: 0.7;
66
0 commit comments