Explorar el Código

Change col-md-offset-2 to offset-md-2 and custom-checkbox

ryuichi-e hace 6 años
padre
commit
cc490437cb

+ 4 - 4
src/client/js/components/Admin/Notification/GlobalNotification.jsx

@@ -49,8 +49,8 @@ class GlobalNotification extends React.Component {
 
 
         <div className="row mb-4">
-          <div className="col-md-8 col-md-offset-2">
-            <div className="checkbox checkbox-success">
+          <div className="col-md-8 offset-md-2">
+            <div className="custom-control custom-checkbox custom-checkbox-success">
               <input
                 id="isNotificationForOwnerPageEnabled"
                 type="checkbox"
@@ -68,8 +68,8 @@ class GlobalNotification extends React.Component {
 
 
         <div className="row mb-4">
-          <div className="col-md-8 col-md-offset-2">
-            <div className="checkbox checkbox-success">
+          <div className="col-md-8 offset-md-2">
+            <div className="custom-control custom-checkbox custom-checkbox-success">
               <input
                 id="isNotificationForGroupPageEnabled"
                 type="checkbox"