.page-label-container { position: relative; .spin { position: absolute; top: 40%; left: 50%; transform: translateX(50%); } } .prop-label-header { padding: 10px; .search-input { width: 200px; margin-left: 10px; } } .prop-label-item { background: white; display: block; .label-label { font-size: x-large; color: #333333; display: inline-block; } .label-title { font-size: larger; color: #666666; padding-left: 10px; } .tool-btns { display: flex; flex-direction: row; justify-content: flex-end; } }