ソースを参照

Added responsive flex-flow wrap attribute for rows and min-width for columns

tags/0.9.0
Alej 5年前
コミット
eb60851014
1個のファイルの変更4行の追加0行の削除
  1. 4
    0
      vue-theme/src/sss/_helpers.sss

+ 4
- 0
vue-theme/src/sss/_helpers.sss ファイルの表示

@@ -23,10 +23,14 @@
23 23
             align-items: center
24 24
     &-row
25 25
         flex-direction: row
26
+        flex-flow: wrap
26 27
     &-col
27 28
         flex-direction: column
29
+        min-width: 300px
28 30
     &-grow
29 31
         flex-grow: 1
32
+    /* &-wrap
33
+        flex-flow: wrap */
30 34
 
31 35
 .b
32 36
     &-radius

読み込み中…
キャンセル
保存