src/styles/flex.style.scss
@@ -1,7 +1,11 @@ .flex-display { display: flex; } .flex-common { display: flex; align-items: center; justify-content: center; } // .border-bottom { // position: relative; // box-sizing: border-box; @@ -177,6 +181,20 @@ margin-left: 10px !important; } .w48 { width: 48px; } .w60 { width: 60px; } .point { cursor: pointer; } .w96 { width: 96px; } .mr10 { margin-right: 10px !important; }