2016-04-18 10:04:05 +09:00
|
|
|
// @import '{}/node_modules/bootstrap/scss/bootstrap.scss';
|
2016-03-24 10:56:47 +09:00
|
|
|
|
2016-03-30 10:06:12 +09:00
|
|
|
@import "breakpoints";
|
2016-03-24 16:03:30 +09:00
|
|
|
@import "colors";
|
|
|
|
@import "variables";
|
2016-04-04 11:30:14 +09:00
|
|
|
@import "spinner";
|
2016-03-24 16:03:30 +09:00
|
|
|
@import "global";
|
|
|
|
|
2016-04-04 11:30:14 +09:00
|
|
|
@import "accounts";
|
2016-03-24 16:03:30 +09:00
|
|
|
@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-05-07 18:12:16 +09:00
|
|
|
@import "forms";
|
2016-03-24 16:03:30 +09:00
|
|
|
@import "posts";
|
2016-04-15 12:00:53 +02:00
|
|
|
@import "users";
|
2016-03-24 16:03:30 +09:00
|
|
|
|
2016-02-28 18:56:58 +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;
|
2016-03-21 10:27:43 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
}
|
|
|
|
|
2016-04-19 15:45:36 +09:00
|
|
|
.posts-day h2{
|
2016-03-22 10:22:46 +09:00
|
|
|
font-weight: bold;
|
2016-02-19 09:54:13 +09:00
|
|
|
}
|