react-toolbox/spec/style.scss

25 lines
359 B
SCSS
Raw Normal View History

.app {
2015-10-30 17:38:15 +03:00
padding: 5.5rem 1.6rem;
> h1, > h3 {
line-height: 100%;
}
section > h5 {
margin-top: 3.2rem;
}
section > p {
margin-bottom: 1rem;
}
[data-react-toolbox='card'] {
display: inline-block;
margin: 1.6rem 1.6rem 0 0;
}
}
2015-10-30 17:38:15 +03:00
.app-bar {
padding: 1.6rem;
justify-content: center;
> span {
margin-left: 1rem;
}
}