mirror of
https://github.com/zhigang1992/tsemple.git
synced 2026-01-12 22:53:00 +08:00
29 lines
433 B
SCSS
29 lines
433 B
SCSS
/*
|
|
*= require font-awesome
|
|
*/
|
|
|
|
|
|
$font-size-base: 15px;
|
|
|
|
@import "bootstrap";
|
|
@import "highlight";
|
|
@import "nprogress";
|
|
@import "bootstrap_customize";
|
|
@import "nprogress_customize";
|
|
@import "users";
|
|
@import "topics";
|
|
@import "comments";
|
|
@import "notifications";
|
|
@import "subscriptions";
|
|
@import "markdown";
|
|
@import "jquery.atwho";
|
|
|
|
body {
|
|
background: #eee;
|
|
}
|
|
|
|
.text-hide-overflow {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|