Update app.css
Browse files
app.css
CHANGED
@@ -95,58 +95,31 @@ footer, .footer, div[class*="footer"], #footer {
|
|
95 |
height: 100%;
|
96 |
}
|
97 |
|
98 |
-
/* Examples
|
99 |
-
.
|
100 |
-
margin-
|
101 |
-
|
102 |
-
}
|
103 |
-
|
104 |
-
.examples-section .ant-divider {
|
105 |
-
margin: 1rem 0;
|
106 |
-
}
|
107 |
-
|
108 |
-
.examples-section .ant-row {
|
109 |
-
display: grid !important;
|
110 |
-
grid-template-columns: repeat(3, 1fr) !important;
|
111 |
-
gap: 1rem !important;
|
112 |
-
padding: 0 1rem;
|
113 |
-
}
|
114 |
-
|
115 |
-
.examples-section .ant-col {
|
116 |
-
width: 100% !important;
|
117 |
-
padding: 0 !important;
|
118 |
-
}
|
119 |
-
|
120 |
-
.examples-section .ant-card {
|
121 |
width: 100%;
|
122 |
-
margin-bottom: 1rem;
|
123 |
-
border: 1px solid #e8e8e8;
|
124 |
-
border-radius: 4px;
|
125 |
-
transition: all 0.3s;
|
126 |
}
|
127 |
|
128 |
-
.
|
129 |
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
130 |
}
|
131 |
|
132 |
-
.
|
133 |
-
padding:
|
134 |
}
|
135 |
|
136 |
-
/*
|
137 |
-
|
138 |
-
|
139 |
-
grid-template-columns: 1fr !important;
|
140 |
-
}
|
141 |
}
|
142 |
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
}
|
147 |
}
|
148 |
|
149 |
-
|
150 |
-
|
151 |
-
margin: 0 !important;
|
152 |
}
|
|
|
95 |
height: 100%;
|
96 |
}
|
97 |
|
98 |
+
/* Examples ์นด๋ ์คํ์ผ๋ง */
|
99 |
+
.ant-card {
|
100 |
+
margin-bottom: 8px;
|
101 |
+
cursor: pointer;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
width: 100%;
|
|
|
|
|
|
|
|
|
103 |
}
|
104 |
|
105 |
+
.ant-card:hover {
|
106 |
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
107 |
}
|
108 |
|
109 |
+
.ant-card-meta {
|
110 |
+
padding: 12px;
|
111 |
}
|
112 |
|
113 |
+
/* ์ ์ฒด ๋ ์ด์์ ์กฐ์ */
|
114 |
+
.ant-row {
|
115 |
+
margin: 0 !important;
|
|
|
|
|
116 |
}
|
117 |
|
118 |
+
/* ์ข์ธก ํจ๋ Examples ์์ญ */
|
119 |
+
.ant-flex {
|
120 |
+
width: 100%;
|
|
|
121 |
}
|
122 |
|
123 |
+
.ant-divider {
|
124 |
+
margin: 24px 0 12px 0;
|
|
|
125 |
}
|