75 lines
1.2 KiB
SCSS
Vendored
75 lines
1.2 KiB
SCSS
Vendored
// Fonts
|
|
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
|
|
// Variables
|
|
@import "variables";
|
|
// Bootstrap
|
|
@import "~bootstrap-sass/assets/stylesheets/bootstrap";
|
|
|
|
/* universal */
|
|
|
|
/* Sticky footer styles */
|
|
html {
|
|
position: relative;
|
|
min-height: 100%;
|
|
}
|
|
|
|
body {
|
|
/* Margin bottom by footer height */
|
|
margin-bottom: 60px;
|
|
}
|
|
|
|
.footer {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
/* Set the fixed height of the footer here */
|
|
height: 60px;
|
|
background-color: #000;
|
|
|
|
.container {
|
|
padding-right: 15px;
|
|
padding-left: 15px;
|
|
|
|
p {
|
|
margin: 19px 0;
|
|
color: #c1c1c1;
|
|
|
|
a {
|
|
color: inherit;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
body {
|
|
font-family: Hiragino Sans GB, "Hiragino Sans GB", Helvetica, "Microsoft YaHei", Arial, sans-serif;
|
|
}
|
|
|
|
/* header */
|
|
|
|
.navbar-static-top {
|
|
border-color: #e7e7e7;
|
|
background-color: #fff;
|
|
box-shadow: 0px 1px 11px 2px rgba(42, 42, 42, 0.1);
|
|
border-top: 4px solid #00b5ad;
|
|
margin-bottom: 40px;
|
|
margin-top: 0px;
|
|
}
|
|
|
|
/* User register page */
|
|
.register-page {
|
|
img.captcha {
|
|
margin-bottom: 0px;
|
|
margin-top: 10px;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
/* User profile page */
|
|
.users-show-page {
|
|
.user-info {
|
|
.thumbnail {
|
|
margin-bottom: 0px;
|
|
}
|
|
}
|
|
} |