Add link to process on legislation processes proposals

This commit is contained in:
decabeza
2019-05-30 00:31:49 +02:00
parent b810d6b6b9
commit 5fd493cd2c
6 changed files with 50 additions and 2 deletions

View File

@@ -83,7 +83,7 @@
}
.legislation-calendar {
background: #e5ecf2;
background: $highlight;
padding-top: 1rem;
h4 {

View File

@@ -212,7 +212,7 @@
}
.quiz-title {
background: #e5ecf2;
background: $highlight;
.quiz-header-title {
font-size: $small-font-size;
@@ -982,3 +982,27 @@
margin-top: 0;
}
}
.process-proposal {
margin-bottom: $line-height;
.header {
background: $highlight;
padding: $line-height;
@include breakpoint(medium) {
height: $line-height * 4;
}
}
.process-title {
font-size: $small-font-size;
margin-bottom: 0;
text-transform: uppercase;
}
.process-link {
font-size: rem-calc(19);
font-weight: bold;
}
}