Merge branch 'master' into legislation-module-stable
This commit is contained in:
@@ -922,6 +922,14 @@
|
||||
color: white;
|
||||
}
|
||||
|
||||
.callout.warning {
|
||||
font-size: $base-font-size;
|
||||
|
||||
a {
|
||||
color: $color-warning;
|
||||
}
|
||||
}
|
||||
|
||||
&.welcome {
|
||||
background: $budget image-url('spending_proposals_bg.jpg');
|
||||
background-position: 50% 50%;
|
||||
@@ -1156,6 +1164,45 @@ ul.ballot-list {
|
||||
}
|
||||
}
|
||||
|
||||
.progress-bar-nav {
|
||||
padding: $line-height 0;
|
||||
position: relative;
|
||||
z-index: 3;
|
||||
|
||||
@include breakpoint(medium) {
|
||||
background-color: $budget;
|
||||
-webkit-transition: height 0.3s;
|
||||
-moz-transition: height 0.3s;
|
||||
transition: height 0.3s;
|
||||
|
||||
h1 {
|
||||
-webkit-transition: font-size 0.3s;
|
||||
-moz-transition: font-size 0.3s;
|
||||
transition: font-size 0.3s;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
&.is-fixed {
|
||||
height: auto;
|
||||
left: 0;
|
||||
padding: $line-height;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
|
||||
h1 {
|
||||
font-size: rem-calc(24);
|
||||
-webkit-transition: font-size 0.3s;
|
||||
-moz-transition: font-size 0.3s;
|
||||
transition: font-size 0.3s;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 07. Proposals successfull
|
||||
// -------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user