Przeglądaj źródła

.card-well → .well

yusuketk 6 lat temu
rodzic
commit
a4ba625b0c

+ 1 - 1
src/client/js/components/Admin/ImportData/GrowiArchive/ImportForm.jsx

@@ -347,7 +347,7 @@ class ImportForm extends React.Component {
         <div className="col-12">
         <div className="col-12">
           <legend>{groupName} Collections</legend>
           <legend>{groupName} Collections</legend>
           { wellContent != null && (
           { wellContent != null && (
-            <div className="card card-well small" role="alert">
+            <div className="card well small" role="alert">
               <ul>
               <ul>
                 <li>{wellContent}</li>
                 <li>{wellContent}</li>
               </ul>
               </ul>

+ 2 - 2
src/client/js/components/Admin/ImportDataPage.jsx

@@ -171,7 +171,7 @@ class ImportDataPage extends React.Component {
               </tbody>
               </tbody>
             </table>
             </table>
 
 
-            <div className="card card-well mb-0 small">
+            <div className="card well mb-0 small">
               <ul>
               <ul>
                 <li>{ t('importer_management.page_skip') }</li>
                 <li>{ t('importer_management.page_skip') }</li>
               </ul>
               </ul>
@@ -265,7 +265,7 @@ class ImportDataPage extends React.Component {
                 </tr>
                 </tr>
               </tbody>
               </tbody>
             </table>
             </table>
-            <div className="card card-well mb-0 small">
+            <div className="card well mb-0 small">
               <ul>
               <ul>
                 <li>{ t('importer_management.page_skip') }</li>
                 <li>{ t('importer_management.page_skip') }</li>
               </ul>
               </ul>

+ 3 - 3
src/client/styles/scss/_override-bootstrap.scss

@@ -19,7 +19,7 @@
   border-radius: 0;
   border-radius: 0;
 }
 }
 
 
-.card-header:not(.card-well) {
+.card-header {
   padding: 7px 15px;
   padding: 7px 15px;
   font-weight: 700;
   font-weight: 700;
   text-transform: none;
   text-transform: none;
@@ -30,8 +30,8 @@
   border-radius: 0;
   border-radius: 0;
 }
 }
 
 
-// card-well (substitute well of bootstrap3)
-.card.card-well {
+// Well (substitute Well of bootstrap3)
+.card.well {
   padding: 7px 15px;
   padding: 7px 15px;
 }
 }
 
 

+ 1 - 1
src/client/styles/scss/theme/_apply-colors.scss

@@ -176,7 +176,7 @@ legend {
   border: 1px solid #f0f0f0;
   border: 1px solid #f0f0f0;
 }
 }
 
 
-.card.card-well {
+.card.well {
   min-height: 20px;
   min-height: 20px;
   background-color: #f2f2f2;
   background-color: #f2f2f2;
   background-color: #f5f5f5;
   background-color: #f5f5f5;