Просмотр исходного кода

WIP: WIP: apply bootstrap theme

* shortcuts
Yuki Takei 8 лет назад
Родитель
Сommit
a8616809a5
2 измененных файлов с 8 добавлено и 1 удалено
  1. 5 1
      resource/styles/scss/crowi.scss
  2. 3 0
      resource/styles/scss/vendor.scss

+ 5 - 1
resource/styles/scss/crowi.scss

@@ -421,6 +421,11 @@ input.searching {
     border: 0;
     border: 0;
   }
   }
 }
 }
+*/
+
+/*
+ * Helper Classes
+ */
 
 
 .cmd-key.mac {
 .cmd-key.mac {
   &:after {
   &:after {
@@ -432,4 +437,3 @@ input.searching {
     content: 'Ctrl';
     content: 'Ctrl';
   }
   }
 }
 }
-*/

+ 3 - 0
resource/styles/scss/vendor.scss

@@ -2,5 +2,8 @@
 $bootstrap-sass-asset-helper: true;
 $bootstrap-sass-asset-helper: true;
 @import "~bootstrap-sass/assets/stylesheets/bootstrap";
 @import "~bootstrap-sass/assets/stylesheets/bootstrap";
 
 
+// import bootstrap4 utility classes
+@import "../bootstrap4/utilities";
+
 // import toastr styles
 // import toastr styles
 @import '~toastr/build/toastr';
 @import '~toastr/build/toastr';