@pnp/spfx-controls-react
Version:
Reusable React controls for SharePoint Framework solutions
31 lines (30 loc) • 674 B
CSS
/*
Your use of the content in the files referenced here is subject to the terms of the license at http://aka.ms/fabric-assets-license
*/
.toolbarButtonStyles {
padding: 0.5rem;
border-width: 1px;
margin-top: 0;
margin-bottom: 0;
height: 3rem ;
min-width: 0;
}
.toolbarButtonStyles:focus:before {
top: calc(0.5rem - 1px);
bottom: calc(0.5rem - 1px);
}
.toolbarButtonStyles:focus:after {
top: calc(0.5rem - 1px);
bottom: calc(0.5rem - 1px);
}
.inFlowToolbarItemBox {
width: 1rem;
display: inline-flex;
justify-content: center;
align-items: center;
}
@media (min-width: 640px) {
.inFlowToolbarItemBox {
margin-right: 0.5rem;
}
}