Update app.css
Browse files
app.css
CHANGED
@@ -95,69 +95,37 @@ footer, .footer, div[class*="footer"], #footer {
|
|
95 |
height: 100%;
|
96 |
}
|
97 |
|
98 |
-
/*
|
99 |
-
.
|
100 |
-
width: 100
|
101 |
-
padding: 24px !important;
|
102 |
-
margin-top: 24px !important;
|
103 |
-
display: block !important;
|
104 |
-
overflow: visible !important;
|
105 |
-
}
|
106 |
-
|
107 |
-
.examples-section .ant-row {
|
108 |
-
display: grid !important;
|
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 {
|
127 |
-
width: 100% !important;
|
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 |
-
|
143 |
-
|
144 |
-
|
145 |
-
max-width: 100% !important;
|
146 |
-
}
|
147 |
}
|
148 |
|
149 |
-
|
150 |
-
|
151 |
-
flex: 0 0 50% !important;
|
152 |
-
max-width: 50% !important;
|
153 |
-
}
|
154 |
}
|
155 |
|
156 |
-
|
157 |
-
|
158 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
159 |
}
|
160 |
|
|
|
|
|
|
|
|
|
161 |
|
162 |
/* Example ๋ฒํผ ์คํ์ผ๋ง */
|
163 |
.ant-btn-block {
|
@@ -179,4 +147,9 @@ footer, .footer, div[class*="footer"], #footer {
|
|
179 |
/* ๋ฒํผ ์ฌ์ด ๊ฐ๊ฒฉ */
|
180 |
.ant-btn-block + .ant-btn-block {
|
181 |
margin-top: 12px;
|
|
|
|
|
|
|
|
|
|
|
182 |
}
|
|
|
95 |
height: 100%;
|
96 |
}
|
97 |
|
98 |
+
/* ๋ฒํผ ์ปจํ
์ด๋ ์คํ์ผ๋ง */
|
99 |
+
.ant-flex {
|
100 |
+
width: 100%;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
}
|
102 |
|
103 |
+
/* ๋ฒํผ ์คํ์ผ๋ง */
|
104 |
+
.ant-btn {
|
105 |
+
flex: 1;
|
106 |
+
min-width: 80px;
|
|
|
|
|
107 |
}
|
108 |
|
109 |
+
.ant-btn-primary {
|
110 |
+
background-color: #1890ff;
|
|
|
|
|
|
|
111 |
}
|
112 |
|
113 |
+
.ant-btn-default:hover {
|
114 |
+
color: #1890ff;
|
115 |
+
border-color: #1890ff;
|
116 |
+
}
|
117 |
+
|
118 |
+
/* Code ์คํ ๋ฒํผ ํน๋ณ ์คํ์ผ */
|
119 |
+
.ant-btn-default[title="Code ์คํ"] {
|
120 |
+
background-color: #52c41a;
|
121 |
+
color: white;
|
122 |
+
border: none;
|
123 |
}
|
124 |
|
125 |
+
.ant-btn-default[title="Code ์คํ"]:hover {
|
126 |
+
background-color: #73d13d;
|
127 |
+
color: white;
|
128 |
+
}
|
129 |
|
130 |
/* Example ๋ฒํผ ์คํ์ผ๋ง */
|
131 |
.ant-btn-block {
|
|
|
147 |
/* ๋ฒํผ ์ฌ์ด ๊ฐ๊ฒฉ */
|
148 |
.ant-btn-block + .ant-btn-block {
|
149 |
margin-top: 12px;
|
150 |
+
}
|
151 |
+
|
152 |
+
/* ์ ์ฒด ๋ ์ด์์ ์กฐ์ */
|
153 |
+
.ant-row {
|
154 |
+
margin: 0 !important;
|
155 |
}
|