Skip to content

Commit 371e070

Browse files
update files with make -B.
1 parent d11e419 commit 371e070

File tree

3 files changed

+631
-839
lines changed

3 files changed

+631
-839
lines changed

v2/css/main.css

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ header[role="header"] .enterprise-button .link-title {
638638
@media (min-width: 480px) and (max-width: 991px) {
639639
#main .item .body {
640640
/* tablets */
641-
margin: .5em;
641+
margin: 0.5em;
642642
}
643643
}
644644
#main .item .body pre {
@@ -1018,7 +1018,7 @@ hr.footer-sep {
10181018
cursor: pointer;
10191019
box-shadow: -2px -4px 4px rgba(0, 0, 0, 0.1), 4px 6px 20px rgba(0, 0, 0, 0.15);
10201020
padding: 18px;
1021-
border-radius: .5rem;
1021+
border-radius: 0.5rem;
10221022
}
10231023
.xray-modal-content .header .btn-close span {
10241024
display: flex;
@@ -1110,6 +1110,7 @@ hr.footer-sep {
11101110
box-shadow: 0px 6px 2px -4px rgba(14, 14, 44, 0.1), inset 0px -1px 0px rgba(14, 14, 44, 0.4);
11111111
border-radius: 8px;
11121112
color: #fff;
1113+
cursor: pointer;
11131114
}
11141115
.xray-modal-content .content .btn-learn-more {
11151116
font-size: 14px;
@@ -1140,16 +1141,14 @@ hr.footer-sep {
11401141
margin-right: 1rem;
11411142
}
11421143
}
1143-
11441144
.xray-modal .xray-live-demo-link {
11451145
font-size: 16px;
11461146
display: flex;
11471147
align-items: center;
11481148
justify-content: center;
11491149
margin-top: 40px;
11501150
}
1151-
1152-
.xray-modal .icon-pc-display-horizontal {
1151+
.xray-modal .xray-live-demo-link .icon-pc-display-horizontal {
11531152
background-color: currentColor;
11541153
-webkit-mask-size: 16px 16px;
11551154
mask-size: 16px 16px;
@@ -1165,11 +1164,9 @@ hr.footer-sep {
11651164
margin-right: 8px;
11661165
color: #481aa5;
11671166
}
1168-
11691167
.xray-modal .xray-live-demo-link a {
11701168
text-decoration: underline;
11711169
text-transform: uppercase;
11721170
color: #481aa5;
11731171
font-weight: bold;
11741172
}
1175-

0 commit comments

Comments
 (0)