funky-framadate-front/src/app/pages/kind/kind.component.scss

23 lines
313 B
SCSS
Raw Normal View History

2019-08-12 21:54:21 +02:00
@charset "UTF-8";
section {
2019-11-23 15:35:27 +01:00
&:not(:last-of-type) {
border-bottom: 6px solid #000;
}
+ section {
margin: 0 !important;
}
2019-08-12 21:54:21 +02:00
}
article {
2019-11-23 15:35:27 +01:00
padding: 2rem 0;
border-top: 3px solid #ffb92c;
2019-08-12 21:54:21 +02:00
2019-11-23 15:35:27 +01:00
h3 {
&:not(:first-of-type) {
margin-top: 2rem;
}
2019-08-12 21:54:21 +02:00
}
}