Displayed by the browser:
https://i.sstatic.net/itcrx.png
The super-tabs
element is a resource. I aim to apply some style to the class .buttons-container
from the main component.
However, my attempt doesn't yield the desired result:
@media (min-width: 768px) {
:host ::ng-deep super-tabs-toolbar .buttons-container {
margin: 0;
padding-right: calc((100% - 1080px) / 2);
padding-left: calc((100% - 1080px) / 2);
}
}