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 admin _core.scss
Raw

web/static/css/admin/_core.scss

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
html {
font-size: 13px;
}
html,
body,
.full-height {
height: 100%;
}
body {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Phoenix flash messages */
.alert:empty { display: none; }
#main {
padding: 15px;
}
#main {
margin-left: 230px;
padding-top: 59px;
&.full-width {
margin-left: 0;
}
}
#sidebar {
//margin-top: -54px;
position: fixed;
z-index: 1;
min-height: 100%;
width: 230px;
padding-top: 59px;
// border-top: 1px solid #fff;
background:linear-gradient(to right,#3a3633 93%,#2a2725 100%);
.nav-pills .nav-link {
color: #fff;
}
}
.nowrap {
white-space: nowrap;
form {
display: inline-block;
}
}