tweet-actions { .actions-container { display: flex; flex-direction: row; div { display: flex; flex-direction: row; align-items: center; justify-content: center; flex-grow: 1; text-align: center; margin-top: 8px; span { margin-left: 5px; font-size: 12px; font-weight: 300; color: #333; } } .icon-stack { position: relative; .secondary-icon { font-size: 0.7em; position: absolute; bottom: 10%; left: 50%; background: #fff; border-radius: 50%; padding: 1px; } } } }