cra-template-ipt-sun-redux
Version:
The base template for Create React App with Redux folder structure dedicated for the creator of this template.
23 lines (22 loc) • 439 B
CSS
.counter {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
gap: 0.5rem;
}
.counter > .global-state {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
}
.counter > .global-state > .buttons {
display: flex;
gap: 0.3rem;
}
.counter > .global-state > .buttons * {
font-size: 1rem;
font-weight: 600;
padding: 0.12rem 0.45rem;
}