mirror of https://github.com/status-im/consul.git
fix header on subpages when displaying annoucement bnr
This commit is contained in:
parent
9020a2cec7
commit
af0edc9d9c
|
@ -8,6 +8,11 @@ body.page-sub{
|
|||
#header{
|
||||
@include consul-gradient-bg();
|
||||
|
||||
&.-displaying-bnr{
|
||||
> .container{
|
||||
padding-bottom: 32px;
|
||||
}
|
||||
}
|
||||
.navbar-brand {
|
||||
.logo{
|
||||
&:hover{
|
||||
|
@ -23,6 +28,7 @@ body.page-sub{
|
|||
// add this class
|
||||
&.-displaying-bnr{
|
||||
> .container{
|
||||
padding-top: 8px;
|
||||
-webkit-transform: translateY(32px);
|
||||
-ms-transform: translateY(32px);
|
||||
transform: translateY(32px);
|
||||
|
|
Loading…
Reference in New Issue