creddit/app/assets/stylesheets/custom.scss

102 lines
1.3 KiB
SCSS
Raw Normal View History

2015-07-09 16:49:51 -04:00
$navbar-default-brand-color: black;
$navbar-default-bg: #cee3f8;
$navbar-default-link-color: #369;
$navbar-default-link-hover-color: #369;
2015-07-08 12:16:37 -04:00
@import "bootstrap-sprockets";
@import "bootstrap";
2015-07-15 00:26:23 -04:00
.sidebar {
display: block;
.input-group {
margin-bottom: 5px;
}
.title {
margin-top: 10px;
margin-bottom: 0px;
text-transform: uppercase;
color: grey;
font-size: 1em;
}
.box {
padding: 5px;
border: solid 1px grey;
font-size: .8em;
ul {
list-style: none;
list-style-type: none;
margin: 0;
padding: 0;
}
li {
list-style: none;
list-style-type: none;
margin: 0;
}
}
}
.navbar {
.logo {
margin-top: 3px;
margin-right: 10px;
}
}
.posts {
.post {
p {
margin-bottom: 1px;
}
.title {
font-size: 1.2em;
}
.details {
font-size: .8em;
}
.links {
font-size: .8em;
}
.content {
border: 1px solid #369;
background-color: #fafafa;
border-radius: 7px; // need to work all browsers
padding: 5px;
}
}
ul {
list-style: none;
list-style-type: none;
padding: 0;
margin: 0;
}
li {
list-style: none;
list-style-type: none;
}
li:first-child {
padding-left: 0px;
}
}
.navbar-custom {
margin-bottom: 7px;
}
.main {
margin: 0 5px 0 5px;
}