Add link to process on legislation processes proposals
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
}
|
||||
|
||||
.legislation-calendar {
|
||||
background: #e5ecf2;
|
||||
background: $highlight;
|
||||
padding-top: 1rem;
|
||||
|
||||
h4 {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user