Vulcan/packages/base-styles/lib/stylesheets/main.scss

68 lines
996 B
SCSS
Raw Normal View History

2016-03-24 16:03:30 +09:00
@import "colors";
@import "variables";
@import "global";
@import "categories";
2016-03-25 10:45:28 +09:00
@import "cheatsheet";
2016-03-24 16:03:30 +09:00
@import "comments";
2016-03-25 10:45:28 +09:00
@import "header";
2016-03-24 18:17:35 +09:00
@import "newsletter";
2016-03-25 10:45:28 +09:00
@import "other";
2016-03-24 16:03:30 +09:00
@import "posts";
2016-02-19 09:54:13 +09:00
body{
2016-03-24 16:12:03 +09:00
color: $black;
2016-02-19 09:54:13 +09:00
}
2016-02-19 10:12:08 +09:00
2016-03-25 10:45:28 +09:00
// .post-views, .logo, .nav, .alt-accounts-log-in-buttons{
// margin-bottom: 15px;
// }
2016-02-19 10:12:08 +09:00
2016-03-25 10:45:28 +09:00
// .post-views ul, .categories ul, .post-categories ul, .post-commenters ul{
// list-style-type: none;
// margin: 0;
// padding: 0;
// }
2016-02-19 10:12:08 +09:00
2016-03-25 10:45:28 +09:00
// .post-views li, .categories li, .post-categories li, .post-commenters li{
// display: inline-block;
// margin-right: 5px;
// border: 1px solid #ddd;
// padding: 3px 5px;
// background: #efefef;
// }
2016-02-19 09:54:13 +09:00
.new-post-button{
margin-bottom: 15px;
2016-03-19 10:15:36 +09:00
}
code{
font-family: monospace;
background: #fafafa;
border: 1px solid #ddd;
padding: 3px 6px;
}
2016-03-19 18:19:28 +09:00
.avatar{
height: 24px;
width: 24px;
display: inline-block;
}
.sr-only{
display: none;
}
.upvoted .upvote{
2016-03-21 10:46:00 +09:00
opacity: 0.3;
2016-03-22 10:22:46 +09:00
}
.post-day h2{
font-weight: bold;
2016-02-19 09:54:13 +09:00
}