seawolf2357 commited on
Commit
ca5fdac
ยท
verified ยท
1 Parent(s): 6e006fd

Update app.css

Browse files
Files changed (1) hide show
  1. app.css +28 -55
app.css CHANGED
@@ -95,69 +95,37 @@ 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
- 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
- @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
 
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
  }