chenlei 6 tháng trước cách đây
mục cha
commit
74e70faa70
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 6 1
      style/index.scss

+ 6 - 1
style/index.scss

@@ -416,6 +416,10 @@ body {
     border-radius: $p-spacd4;
   }
 
+  .b0 {
+    border: 0;
+  }
+
   .relative {
     position: relative;
   }
@@ -449,7 +453,8 @@ body {
     align-items: baseline;
   }
 
-  .flex-end {
+  .flex-end,
+  .items-end {
     align-items: flex-end;
   }