Files
edx-platform/lms/static/sass/course/base/_base.scss
2012-08-08 16:27:48 -04:00

29 lines
368 B
SCSS

body, h1, h2, h3, h4, h5, h6, p, p a:link, p a:visited, a {
font-family: $sans-serif;
}
table {
table-layout: fixed;
}
.container {
padding: lh(2);
> div {
display: table;
width: 100%;
table-layout: fixed;
}
}
form {
label {
display: block;
}
}
::selection, ::-moz-selection, ::-webkit-selection {
background:#444;
color:#fff;
}