Update app.css
Browse files
    	
        app.css
    CHANGED
    
    | 
         @@ -158,6 +158,7 @@ footer, .footer, div[class*="footer"], #footer { 
     | 
|
| 158 | 
         
             
                margin: 0 !important;
         
     | 
| 159 | 
         
             
            }
         
     | 
| 160 | 
         | 
| 
         | 
|
| 161 | 
         
             
            /* Example 버튼 스타일링 */
         
     | 
| 162 | 
         
             
            .ant-btn-block {
         
     | 
| 163 | 
         
             
                margin-top: 8px;
         
     | 
| 
         @@ -166,8 +167,16 @@ footer, .footer, div[class*="footer"], #footer { 
     | 
|
| 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 | 
         
             
            }
         
     | 
| 
         | 
|
| 158 | 
         
             
                margin: 0 !important;
         
     | 
| 159 | 
         
             
            }
         
     | 
| 160 | 
         | 
| 161 | 
         
            +
             
     | 
| 162 | 
         
             
            /* Example 버튼 스타일링 */
         
     | 
| 163 | 
         
             
            .ant-btn-block {
         
     | 
| 164 | 
         
             
                margin-top: 8px;
         
     | 
| 
         | 
|
| 167 | 
         
             
                padding: 12px !important;
         
     | 
| 168 | 
         
             
                white-space: normal !important;
         
     | 
| 169 | 
         
             
                line-height: 1.5 !important;
         
     | 
| 170 | 
         
            +
                transition: all 0.3s ease;
         
     | 
| 171 | 
         
             
            }
         
     | 
| 172 | 
         | 
| 173 | 
         
             
            .ant-btn-block:hover {
         
     | 
| 174 | 
         
             
                background-color: #f0f0f0;
         
     | 
| 175 | 
         
            +
                transform: translateY(-1px);
         
     | 
| 176 | 
         
            +
                box-shadow: 0 2px 4px rgba(0,0,0,0.1);
         
     | 
| 177 | 
         
            +
            }
         
     | 
| 178 | 
         
            +
             
     | 
| 179 | 
         
            +
            /* 버튼 사이 간격 */
         
     | 
| 180 | 
         
            +
            .ant-btn-block + .ant-btn-block {
         
     | 
| 181 | 
         
            +
                margin-top: 12px;
         
     | 
| 182 | 
         
             
            }
         
     |