|
@@ -31,121 +31,10 @@ body, .header-navbar, .navigation, .breadcrumb, h1, h2, h3, h4, h5, h6, .h1, .h2
|
|
|
font-family: $font-family-sans-serif;
|
|
|
}
|
|
|
|
|
|
-h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
|
|
|
- line-height: 1.3
|
|
|
-}
|
|
|
-
|
|
|
-.content .content-wrapper {
|
|
|
- padding: 7rem 2rem 0;
|
|
|
-}
|
|
|
-
|
|
|
-.navbar-fixed-top {
|
|
|
- .content-wrapper {
|
|
|
- padding-top: 6rem;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.content-header {
|
|
|
- padding: 0 0 2px;
|
|
|
-}
|
|
|
-
|
|
|
-.full-page {
|
|
|
- .content .content-wrapper {
|
|
|
- padding: 0;
|
|
|
- margin-left: 0!important;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-ol, ul, dl {
|
|
|
- margin-bottom: 0;
|
|
|
-}
|
|
|
-
|
|
|
-// 阴影
|
|
|
-.shadow-0 {
|
|
|
- box-shadow: none!important;
|
|
|
-}
|
|
|
-.shadow {
|
|
|
- box-shadow: $shadow!important;
|
|
|
-}
|
|
|
-.shadow-100 {
|
|
|
- box-shadow: $shadow-100!important;
|
|
|
-}
|
|
|
-.shadow-200 {
|
|
|
- box-shadow: $shadow-200!important;
|
|
|
-}
|
|
|
-
|
|
|
-//small
|
|
|
-.font-sm-1{
|
|
|
- font-size: 0.7rem !important;
|
|
|
-}
|
|
|
-.font-sm-2{
|
|
|
- font-size: 0.8rem !important;
|
|
|
-}
|
|
|
-.font-sm-3{
|
|
|
- font-size: 0.9rem !important;
|
|
|
-}
|
|
|
-//medium
|
|
|
-.font-md-1{
|
|
|
- font-size: 1.1rem !important;
|
|
|
-}
|
|
|
-.font-md-2{
|
|
|
- font-size: 1.2rem !important;
|
|
|
-}
|
|
|
-.font-md-3{
|
|
|
- font-size: 1.3rem !important;
|
|
|
-}
|
|
|
-.font-md-4{
|
|
|
- font-size: 1.4rem !important;
|
|
|
-}
|
|
|
-.font-md-5{
|
|
|
- font-size: 1.5rem !important;
|
|
|
-}
|
|
|
-//large
|
|
|
-.font-lg-1{
|
|
|
- font-size: 2rem !important;
|
|
|
-}
|
|
|
-.font-lg-2{
|
|
|
- font-size: 3rem !important;
|
|
|
-}
|
|
|
-.font-lg-3{
|
|
|
- font-size: 4rem !important;
|
|
|
-}
|
|
|
-.font-lg-4{
|
|
|
- font-size: 5rem !important;
|
|
|
-}
|
|
|
-.font-lg-5{
|
|
|
- font-size: 6rem !important;
|
|
|
-}
|
|
|
-
|
|
|
-// Font weights
|
|
|
-
|
|
|
-.font-w-300 {
|
|
|
- font-weight: 300;
|
|
|
-}
|
|
|
-.font-w-400 {
|
|
|
- font-weight: 400;
|
|
|
-}
|
|
|
-.font-w-500 {
|
|
|
- font-weight: 500;
|
|
|
-}
|
|
|
-.font-w-600 {
|
|
|
- font-weight: 600;
|
|
|
-}
|
|
|
-.font-w-700 {
|
|
|
- font-weight: 700;
|
|
|
-}
|
|
|
-
|
|
|
-// Font style
|
|
|
-.text-italic {
|
|
|
- font-style: italic;
|
|
|
-}
|
|
|
-.text-highlight {
|
|
|
- padding: 4px 6px;
|
|
|
-}
|
|
|
-
|
|
|
// 颜色class定义
|
|
|
@import "./colors";
|
|
|
-
|
|
|
+// 常用class定义
|
|
|
+@import "./components/utilities";
|
|
|
// 布局
|
|
|
@import "./components/layout";
|
|
|
// 按钮
|
|
@@ -203,6 +92,4 @@ ol, ul, dl {
|
|
|
// 菜单
|
|
|
@import "./components/sidebar";
|
|
|
// 模态窗
|
|
|
-@import "./components/modal";
|
|
|
-// 滚动条
|
|
|
-@import "./components/scroll-bar";
|
|
|
+@import "./components/modal";
|