| DIR:/proc/self/root/proc/thread-self/cwd/assets/scss/ |
| Current File : //proc/self/root/proc/thread-self/cwd/assets/scss/_extend.scss |
.flex-center-start{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
} |