Merge remote-tracking branch 'origin/master'
Showing
10 changed files
with
81 additions
and
46 deletions
-
Please register or sign in to post a comment
... | ... | @@ -55,7 +55,7 @@ |
.btn { | ||
@include btc4(144px, 42px, 16px); | ||
margin: 36px 36px 36px; | ||
margin: 36px 24px 36px; | ||
@extend .pointer; | ||
} | ||
... | ... |
... | ... | @@ -3,6 +3,7 @@ |
overflow-x: auto; | ||
margin-bottom: 24px; | ||
font-size: $fontSize-M2; | ||
// width: 100%; | ||
} | ||
.hide { | ||
... | ... |
... | ... | @@ -142,7 +142,7 @@ |
height: 15px; | ||
pointer-events: none; | ||
cursor: default; | ||
z-index: 1000; | ||
z-index: 900; | ||
} | ||
.eye { | ||
... | ... |
... | ... | @@ -8,6 +8,11 @@ |
display: flex; | ||
} | ||
.flw { | ||
display: flex; | ||
flex-wrap: wrap; | ||
} | ||
.flc { | ||
display: flex; | ||
justify-content: center; | ||
... | ... |