Spaces:
Paused
Paused
Update app_css-backup1.css
Browse files- app_css-backup1.css +33 -7
app_css-backup1.css
CHANGED
|
@@ -95,12 +95,13 @@ footer, .footer, div[class*="footer"], #footer {
|
|
| 95 |
height: 100%;
|
| 96 |
}
|
| 97 |
|
| 98 |
-
/* Examples ์น์
์คํ์ผ๋ง */
|
| 99 |
.examples-section {
|
| 100 |
width: 100% !important;
|
| 101 |
padding: 24px !important;
|
| 102 |
margin-top: 24px !important;
|
| 103 |
display: block !important;
|
|
|
|
| 104 |
}
|
| 105 |
|
| 106 |
.examples-section .ant-row {
|
|
@@ -108,12 +109,18 @@ footer, .footer, div[class*="footer"], #footer {
|
|
| 108 |
grid-template-columns: repeat(3, 1fr) !important;
|
| 109 |
gap: 16px !important;
|
| 110 |
width: 100% !important;
|
|
|
|
|
|
|
| 111 |
}
|
| 112 |
|
| 113 |
.examples-section .ant-col {
|
| 114 |
width: 100% !important;
|
| 115 |
display: block !important;
|
| 116 |
position: relative !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 117 |
}
|
| 118 |
|
| 119 |
.examples-section .ant-card {
|
|
@@ -121,27 +128,46 @@ footer, .footer, div[class*="footer"], #footer {
|
|
| 121 |
height: 100% !important;
|
| 122 |
margin-bottom: 16px !important;
|
| 123 |
cursor: pointer !important;
|
|
|
|
|
|
|
|
|
|
| 124 |
}
|
| 125 |
|
| 126 |
.examples-section .ant-card-meta {
|
| 127 |
padding: 12px !important;
|
|
|
|
| 128 |
}
|
| 129 |
|
| 130 |
-
/* ๋ฐ์ํ
|
| 131 |
@media (max-width: 768px) {
|
| 132 |
-
.examples-section .ant-
|
| 133 |
-
|
|
|
|
| 134 |
}
|
| 135 |
}
|
| 136 |
|
| 137 |
@media (min-width: 769px) and (max-width: 1200px) {
|
| 138 |
-
.examples-section .ant-
|
| 139 |
-
|
|
|
|
| 140 |
}
|
| 141 |
}
|
| 142 |
|
| 143 |
-
|
| 144 |
/* ์ ์ฒด ๋ ์ด์์ ์กฐ์ */
|
| 145 |
.ant-row {
|
| 146 |
margin: 0 !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 147 |
}
|
|
|
|
| 95 |
height: 100%;
|
| 96 |
}
|
| 97 |
|
| 98 |
+
/* Examples ์น์
์คํ์ผ๋ง - ์์ ๋ ๋ฒ์ */
|
| 99 |
.examples-section {
|
| 100 |
width: 100% !important;
|
| 101 |
padding: 24px !important;
|
| 102 |
margin-top: 24px !important;
|
| 103 |
display: block !important;
|
| 104 |
+
overflow: visible !important;
|
| 105 |
}
|
| 106 |
|
| 107 |
.examples-section .ant-row {
|
|
|
|
| 109 |
grid-template-columns: repeat(3, 1fr) !important;
|
| 110 |
gap: 16px !important;
|
| 111 |
width: 100% !important;
|
| 112 |
+
min-height: auto !important;
|
| 113 |
+
overflow: visible !important;
|
| 114 |
}
|
| 115 |
|
| 116 |
.examples-section .ant-col {
|
| 117 |
width: 100% !important;
|
| 118 |
display: block !important;
|
| 119 |
position: relative !important;
|
| 120 |
+
float: none !important;
|
| 121 |
+
flex: none !important;
|
| 122 |
+
visibility: visible !important;
|
| 123 |
+
opacity: 1 !important;
|
| 124 |
}
|
| 125 |
|
| 126 |
.examples-section .ant-card {
|
|
|
|
| 128 |
height: 100% !important;
|
| 129 |
margin-bottom: 16px !important;
|
| 130 |
cursor: pointer !important;
|
| 131 |
+
display: block !important;
|
| 132 |
+
visibility: visible !important;
|
| 133 |
+
opacity: 1 !important;
|
| 134 |
}
|
| 135 |
|
| 136 |
.examples-section .ant-card-meta {
|
| 137 |
padding: 12px !important;
|
| 138 |
+
display: block !important;
|
| 139 |
}
|
| 140 |
|
| 141 |
+
/* ๋ฐ์ํ ๋ ์ด์์ */
|
| 142 |
@media (max-width: 768px) {
|
| 143 |
+
.examples-section .ant-col {
|
| 144 |
+
flex: 0 0 100% !important;
|
| 145 |
+
max-width: 100% !important;
|
| 146 |
}
|
| 147 |
}
|
| 148 |
|
| 149 |
@media (min-width: 769px) and (max-width: 1200px) {
|
| 150 |
+
.examples-section .ant-col {
|
| 151 |
+
flex: 0 0 50% !important;
|
| 152 |
+
max-width: 50% !important;
|
| 153 |
}
|
| 154 |
}
|
| 155 |
|
|
|
|
| 156 |
/* ์ ์ฒด ๋ ์ด์์ ์กฐ์ */
|
| 157 |
.ant-row {
|
| 158 |
margin: 0 !important;
|
| 159 |
+
}
|
| 160 |
+
|
| 161 |
+
/* Example ๋ฒํผ ์คํ์ผ๋ง */
|
| 162 |
+
.ant-btn-block {
|
| 163 |
+
margin-top: 8px;
|
| 164 |
+
text-align: left;
|
| 165 |
+
height: auto !important;
|
| 166 |
+
padding: 12px !important;
|
| 167 |
+
white-space: normal !important;
|
| 168 |
+
line-height: 1.5 !important;
|
| 169 |
+
}
|
| 170 |
+
|
| 171 |
+
.ant-btn-block:hover {
|
| 172 |
+
background-color: #f0f0f0;
|
| 173 |
}
|