Files @ 34509d23eb9f
Branch filter:

Location: symposion_app/static/src/scss/app.scss - annotation

bsturmfels
Make vendored symposion into an installable Python package

This allows us to install with `pip install "-e vendor/symposion"` similar to
the other vendored packages. There's no good reason for this to be different to
the others and depend on PYTHONPATH hacking.

Re-add
23e09b0fb56b
4a0ba2ebe437
d32a609defde
d32a609defde
b20dc75ea6a2
19a5bbf9293e
1022a42cf795
1022a42cf795
1022a42cf795
1022a42cf795
afdc8a877642
1022a42cf795
1022a42cf795
23e09b0fb56b
23e09b0fb56b
5256aeeda337
5256aeeda337
23e09b0fb56b
23e09b0fb56b
23e09b0fb56b
23e09b0fb56b
5256aeeda337
5256aeeda337
23e09b0fb56b
1022a42cf795
5256aeeda337
5256aeeda337
23e09b0fb56b
1022a42cf795
5256aeeda337
5256aeeda337
23e09b0fb56b
1022a42cf795
5256aeeda337
5256aeeda337
23e09b0fb56b
1022a42cf795
5256aeeda337
5256aeeda337
23e09b0fb56b
23e09b0fb56b
5256aeeda337
5256aeeda337
23e09b0fb56b
23e09b0fb56b
23e09b0fb56b
5256aeeda337
5256aeeda337
23e09b0fb56b
b20dc75ea6a2
b20dc75ea6a2
5256aeeda337
5256aeeda337
23e09b0fb56b
23e09b0fb56b
8173497769b0
5256aeeda337
5256aeeda337
23e09b0fb56b
8173497769b0
5256aeeda337
8c28ca0f79cb
23e09b0fb56b
23e09b0fb56b
77ce0021ef14
77ce0021ef14
23e09b0fb56b
23e09b0fb56b
77ce0021ef14
499b3b6769ae
539fa2dfdd2b
539fa2dfdd2b
539fa2dfdd2b
539fa2dfdd2b
539fa2dfdd2b
1022a42cf795
1022a42cf795
1022a42cf795
1022a42cf795
1022a42cf795
1022a42cf795
1022a42cf795
1022a42cf795
1022a42cf795
1022a42cf795
1022a42cf795
1022a42cf795
8838b9b47d79
0a0c46684709
8838b9b47d79
8838b9b47d79
91ad6fc56395
91ad6fc56395
91ad6fc56395
91ad6fc56395
91ad6fc56395
91ad6fc56395
91ad6fc56395
91ad6fc56395
91ad6fc56395
91ad6fc56395
91ad6fc56395
91ad6fc56395
91ad6fc56395
b20dc75ea6a2
499b3b6769ae
23e09b0fb56b
d32a609defde
1865ba86747f
1865ba86747f
149b7c8a548d
149b7c8a548d
539fa2dfdd2b
539fa2dfdd2b
84b8a99a7fcc
23e09b0fb56b
84b8a99a7fcc
539fa2dfdd2b
1022a42cf795
1022a42cf795
1022a42cf795
1022a42cf795
1022a42cf795
1022a42cf795
1022a42cf795
734a0b713d2d
734a0b713d2d
734a0b713d2d
734a0b713d2d
1022a42cf795
@import url('https://fonts.googleapis.com/css?family=Montserrat:300|Source+Sans+Pro:400,700&display=swap&subset=latin-ext');
@import "open-iconic-bootstrap.scss";
@import "bootstrap.scss";

/* START LCA BRAND */

$dawn-sea: rgb(0, 177, 197);
$blaze : rgb(250, 166, 26);
$dusk-sea : rgb(0, 113, 144);
$noon-sea : rgb(0, 141, 162);
$washed-yellow: #fffceb;


body {
   font-family: 'Source Sans Pro', sans-serif;
}

h1, .h1,
h2, .h2,
h3, .h3 {
    font-weight: 300;
}

.bg-dawn-sea {
    background-color: $dawn-sea;
}

.bg-blaze {
    background-color: $blaze;
}

.bg-dusk-sea {
    background-color: $dusk-sea;
}

.bg-noon-sea {
    background-color: $noon-sea;
}

.banner-subscribe {
    color: #fff;
}

.page-title {
    font-size: 3rem;
    line-height: 5rem;
}

.navbar-brand {
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.navbar-nav .nav-link {
    font-size: 1.2rem;
    color: white !important;
}

.footer {
    border-top: 1px solid $green2;
}

.footer-logo {
    height: 70px;
}

.footer-image {
    height: 50px;
}

.rego-content {
    border: 1px solid #000;
    background-color: #fff;
}

.presentation-details {
    border-top: 1px solid $noon-sea;
}

.presentation-abstract {
    border-left: 1px solid $noon-sea;
}

.mobile-slot {
    border-bottom: 1px solid $noon-sea;
}

.slot-active {
    background-color: #EECC96;
}

.conf-clock {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 10px;
    z-index: 10;

    .time {
        font-size: 2em;
    }
}

/* END LCA BRAND */

.messagelist {
    margin-bottom: 0;
}

.asteriskField:before { content: ' '; }

label.label-required:after { content: ' *'; }

.abstract, .bio, .monospace-text {
    font-family: Hack, monospace;
    white-space: pre-wrap;
}

@media print {
    .fade {
        &:not(.show) {
            opacity: 100 !important;
        }
    }

    .timetable-day:not(:first-child) {
        break-before: page;
    }
}