whao 2 년 전
부모
커밋
b1178b3c7b
1개의 변경된 파일21개의 추가작업 그리고 21개의 파일을 삭제
  1. 21 21
      src/main/webapp/static/common/css/app-red.css

+ 21 - 21
src/main/webapp/static/common/css/app-red.css

@@ -1065,9 +1065,9 @@ html {
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
 body {
-	font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,"Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
-    font-size: 14px;
-    color: #676a6c;
+  font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,"Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
+  font-size: 14px;
+  color: #676a6c;
 }
 input,
 button,
@@ -5710,7 +5710,7 @@ button.close {
   position: absolute;
   z-index: 1070;
   display: block;
-    font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,"Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
+  font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,"Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
   font-size: 12px;
   font-weight: normal;
   line-height: 1.4;
@@ -5817,7 +5817,7 @@ button.close {
   display: none;
   max-width: 276px;
   padding: 1px;
-    font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,"Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
+  font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,"Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
   font-size: 14px;
   font-weight: normal;
   line-height: 1.42857143;
@@ -6613,7 +6613,7 @@ body {
   margin-top: 50px;
   overflow-x: hidden;
   transition: all 0.2s ease-in-out;
-   height: calc(100% - 50px);
+  height: calc(100% - 50px);
 }
 #body-container .home-stats .hvr-wobble-horizontal {
   display: block;
@@ -7550,11 +7550,11 @@ pre {
   z-index: 20;
 }
 .push-right #sidebar {
-    left: 0;
+  left: 0;
 }
 .push-right #body-container {
-    margin-left: 220px !important;
-    overflow-x: hidden;
+  margin-left: 220px !important;
+  overflow-x: hidden;
 }
 .push-left #sidebar {
   left: -220px;
@@ -9364,7 +9364,7 @@ to prevent collapsing during animation*/
 }
 html,
 body {
-   overflow-x: hidden;
+  overflow-x: hidden;
 }
 .rtl * {
   direction: rtl;
@@ -9416,7 +9416,7 @@ body {
   cursor: pointer;
 }
 .sidebar-menu{
-	border-right: 1px solid #c4c8cb;
+  border-right: 1px solid #c4c8cb;
 }
 
 .side-widgets {
@@ -9445,26 +9445,26 @@ body {
 }
 
 .menu-body> .nav > li >ul.collapse{
-	  border-left: 4px solid #19aa8d;
-	 -webkit-transition: all .5s;
-	 transition: all .5s;
+  border-left: 4px solid #19aa8d;
+  -webkit-transition: all .5s;
+  transition: all .5s;
 }
 
 /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
 .menu::-webkit-scrollbar-track {
-	   width: 0px;
-	   text-decoration: none;
-  	   background-color: transparent;
+  width: 0px;
+  text-decoration: none;
+  background-color: transparent;
 }
 
 .menu::-webkit-scrollbar {
-        width: 0px;
-		text-decoration: none;
-  		background-color: transparent;
+  width: 0px;
+  text-decoration: none;
+  background-color: transparent;
 }
 
 .menu::-webkit-scrollbar-thumb {
-		background-color: transparent;
+  background-color: transparent;
 }
 
 /** 定义横向菜单,左侧菜单滑动效果色*/