Packages

This is a CMS written in Elixir. Aims to be the great open-source ecommerce and/or startup solution for those who are searching for a performance and stability on top of modern technologies like React and Elixir.

Current section

Files

Jump to
lyn web static css app.scss
Raw

web/static/css/app.scss

$icon-font-path: "/fonts/"; /* use fonts from priv/static/fonts/ */
@import "~bootstrap/scss/bootstrap";
$fa-font-path: "~font-awesome/fonts";
@import "~font-awesome/scss/font-awesome";
@import "browserupgrade";
/* Space out content a bit */
body, form, ul, table {
margin-top: 20px;
margin-bottom: 20px;
}
/* Phoenix flash messages */
.alert:empty { display: none; }
/* Phoenix inline forms in links and buttons */
form.link, form.button {
display: inline;
}
/* Custom page header */
.header {
border-bottom: 1px solid #e5e5e5;
}
.logo {
width: 519px;
height: 71px;
display: inline-block;
margin-bottom: 1em;
background-image: url("/images/phoenix.png");
background-size: 519px 71px;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing {
padding-right: 15px;
padding-left: 15px;
}
/* Customize container */
@media (min-width: 768px) {
.container {
max-width: 730px;
}
}
.container-narrow > hr {
margin: 30px 0;
}
/* Main marketing message */
.jumbotron {
text-align: center;
border-bottom: 1px solid #e5e5e5;
}
/* Supporting marketing content */
.marketing {
margin: 35px 0;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
/* Remove the padding we set earlier */
.header,
.marketing {
padding-right: 0;
padding-left: 0;
}
/* Space out the masthead */
.header {
margin-bottom: 30px;
}
/* Remove the bottom border on the jumbotron for visual effect */
.jumbotron {
border-bottom: 0;
}
}