Files
nairobi/app/assets/stylesheets/legislation.scss
Javi Martín 2dab8682d9 Remove unused CSS in legislation
This code using the legislation-categories HTML class was removed in
commits d679c1eb7 and ff66909cd. We've noticed is while dealing with the
`.menu.simple` selectors in the previous commit.
2024-06-06 16:27:56 +02:00

55 lines
869 B
SCSS

.legislation {
margin: 0 0 $line-height;
border: 1px solid;
border-color: #e5e6e9 #dfe0e4 #d0d1d5;
border-radius: 0;
box-shadow: 0 1px 3px 0 #dee0e3;
min-height: 12rem;
padding: 2rem 0 0;
}
.legislation-text {
margin-bottom: 1rem;
> * {
@include grid-column-gutter;
}
h3 a {
color: inherit;
display: inline-block;
margin-bottom: 1rem;
}
}
.legislation-calendar-info p {
font-size: $small-font-size;
color: $text-medium;
margin-bottom: 0;
}
.legislation-calendar {
background: $highlight;
padding-top: 1rem;
h4 {
font-size: rem-calc(16);
margin-left: 0.25rem;
margin-bottom: 0;
color: #61686e;
@include breakpoint(medium) {
margin-left: 0;
}
}
p {
margin-left: 0.25rem;
font-size: $small-font-size;
@include breakpoint(medium) {
margin-left: 0;
}
}
}