Fix scss merge problems
This commit is contained in:
parent
5c86a36736
commit
7d0891cba3
1 changed files with 31 additions and 1 deletions
|
@ -695,4 +695,34 @@ div.sponsor-logos {
|
||||||
max-height: 100px;
|
max-height: 100px;
|
||||||
margin: 50px;
|
margin: 50px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue