Преглед изворни кода

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

ryuichi-e пре 6 година
родитељ
комит
cc490437cb
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      src/client/js/components/Admin/Notification/GlobalNotification.jsx

+ 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"