blog-static/assets/scss/stack.scss
Danila Fedorin 1abc13b20f
All checks were successful
continuous-integration/drone/push Build is passing
Allow stack cells to be bigger
2020-03-08 00:38:19 -08:00

20 lines
318 B
SCSS

@import "variables.scss";
@import "mixins.scss";
.stack {
display: flex;
flex-direction: column;
max-width: 10rem;
margin: auto;
@include bordered-block;
}
.stack-element {
text-align: center;
min-height: 1.5rem;
&:not(:last-child) {
border-bottom: $standard-border;
}
}