Changeset - 7d0891cba395
[Not reviewed]
0 1 0
Tobias - 6 years ago 2018-12-15 19:09:50
tobias@localhost.localdomain
Fix scss merge problems
1 file changed with 31 insertions and 1 deletions:
0 comments (0 inline, 0 general)
static/src/scss/app.scss
Show inline comments
...
 
@@ -650,49 +650,79 @@ hr {
 
        @include media-breakpoint-up(lg) {
 
            .mobile-schedule {
 
                display: none !important;
 
            }
 
        }
 
    }
 
}
 

	
 
.card.card-green {
 
    border: 1px solid $primary;
 
    border-radius: 0;
 
    padding: 1rem;
 
    background-color: rgba(204,213,197,0.1);
 

	
 
    .card-footer {
 
        border-top: 0;
 
        background-color: initial;
 
    }
 
}
 

	
 
.subtitle {
 
    font-weight: 600;
 
    font-size: 1.5rem;
 
}
 

	
 
.sponsor-wrapper {
 
    height: 200px;
 

	
 
    img {
 
        height: 200px;
 
        position: relative;
 
        z-index: 11;
 
    }
 

	
 
    hr {
 
        color: #CCD5C5;
 
        position: relative;
 
        top: -100px;
 
        z-index: 10;
 
    }
 
}
 

	
 
div.sponsor-logos {
 
    img {
 
        height: 100px;
 
        max-height: 100px;
 
        margin: 50px;
 
    }
 
}
...
 
\ No newline at end of file
 
}
 

	
 
hr.green {
 
    border-color: $primary;
 
    background-color: $primary;
 
    color: $primary;
 
}
 

	
 
div.talk-abstract {
 
    @include media-breakpoint-up(lg) {
 
        border-left: 1px solid #0F7C11 !important;
 
    }
 
}
 

	
 
@include media-breakpoint-up(xl) {
 
    .schedule-wrapper {
 
        width: 80%;
 
        min-width: 1140px;
 
        max-width: 3000px;
 
    }
 
}
 

	
 
@include media-breakpoint-up(sm) {
 
    div.footer-center {
 
        text-align: center;
 
    }
 

	
 
    div.footer-right {
 
        text-align: right;
 
    }
 
}
0 comments (0 inline, 0 general)