Skip to content

Commit 5b26866

Browse files
authored
fix: styles (#2990)
1 parent 540d621 commit 5b26866

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/TryCloudCard/styles.module.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.card {
2-
background-color: var( --ifm-try-card-free);
2+
background-color: var(--ifm-try-card-free);
33
border-radius: 8px;
44
margin-bottom: 12px;
55
padding: 1rem;
@@ -9,7 +9,7 @@
99
color: var(--color-text-0);
1010
@media only screen and (max-width: 1110px) {
1111
display: none;
12-
}
12+
}
1313
&.zh {
1414
.header h6 {
1515
font-size: 13px;
@@ -24,7 +24,7 @@
2424
display: flex;
2525
justify-content: flex-start;
2626
padding-right: 28px;
27-
h6{
27+
h6 {
2828
font-size: 14px;
2929
font-weight: 600;
3030
line-height: 1.3;
@@ -59,8 +59,8 @@
5959
}
6060
.close {
6161
position: absolute;
62-
right: 0;
63-
top: 2px;
62+
right: -6px;
63+
top: -6px;
6464
cursor: pointer;
6565
opacity: 0.7;
6666
}

0 commit comments

Comments
 (0)