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 _scaffold.scss
Raw

web/static/css/admin/_scaffold.scss

.table-scaffold {
a.up,
a.down {
position: relative;
margin-right: 2px;
}
a.up:after,
a.down:after {
top: -2px;
right: -10px;
position: absolute;
}
a.up:after {
content: " \2193";
}
a.down:after {
content: " \2191";
}
}