File diff 9604001a4f45 → 53c9f8051498
static/src/scss/app.scss
Show inline comments
...
 
@@ -12,44 +12,39 @@ $h2-font-size: $font-size-base * 2.5;
 
$h3-font-size: $font-size-base * 1.875;
 

	
 
$line-height-base: 1.6875;
 
$headings-line-height: 1.05;
 

	
 
$padding-left-default: 5.3125rem;
 

	
 
body {
 
    overflow-x: hidden;
 
}
 

	
 

	
 

	
 
.text-page {
 
    h2 {
 
        padding-top: 3rem;
 
        padding-bottom: 2rem;
 
    }
 

	
 
    h1 {
 
        padding-bottom: 6rem;
 
    }
 
}
 

	
 
.text-upper {
 
    text-transform: uppercase;
 
}
 

	
 
.navbar-collapse {
 
    margin-left: $padding-left-default;
 
}
 

	
 

	
 
.navbar-toggler {
 
    border: 0 !important;
 

	
 
    &.green-toggler {
 
        .navbar-toggler-icon {
 
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(15,124,17, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
 
        }
 
    }
 

	
 
    &.white-toggler {
 
        .navbar-toggler-icon {
...
 
@@ -101,25 +96,25 @@ footer {
 

	
 
#hero {
 
    width: 100%;
 
}
 

	
 
.green-block {
 
    margin-top: 16rem;
 
    margin-bottom: 8rem;
 
    padding-top: 24rem;
 
}
 

	
 
li.nav-item {
 
    height: 2.75rem;
 
    min-height: 2.75rem;
 

	
 
    &.active > a.nav-link {
 
        font-weight: 700;
 

	
 
        &:before {
 
            content: "•";
 
            margin-right: -4px;
 
        }
 
    }
 
}
 

	
 
main.container-fluid {