|
@@ -124,4 +124,30 @@ html,body{
|
|
.el-menu--horizontal>.el-submenu .el-submenu__title {
|
|
.el-menu--horizontal>.el-submenu .el-submenu__title {
|
|
height:35px;
|
|
height:35px;
|
|
line-height: 35px;
|
|
line-height: 35px;
|
|
|
|
+}
|
|
|
|
+.btn-default {
|
|
|
|
+ color: #58666e !important;
|
|
|
|
+ background-color: #fcfdfd;
|
|
|
|
+ background-color: #fff;
|
|
|
|
+ border-color: #dee5e7;
|
|
|
|
+ border-bottom-color: #d8e1e3;
|
|
|
|
+ -webkit-box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
|
|
|
|
+ box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
|
|
|
|
+}
|
|
|
|
+.btn-default:hover,
|
|
|
|
+.btn-default:focus,
|
|
|
|
+.btn-default:active,
|
|
|
|
+.btn-default.active {
|
|
|
|
+ color: #58666e !important;
|
|
|
|
+ background-color: #edf1f2;
|
|
|
|
+ border-color: #c7d3d6;
|
|
|
|
+}
|
|
|
|
+.btn-rounded {
|
|
|
|
+ border-radius: 50px;
|
|
|
|
+}
|
|
|
|
+.btn-outline {
|
|
|
|
+ color: inherit;
|
|
|
|
+ background-color: transparent;
|
|
|
|
+ -webkit-transition: all .5s;
|
|
|
|
+ transition: all .5s;
|
|
}
|
|
}
|